Merge pull request #719 from mkmik/editorconfig

style: Add editor config
pull/24376/head
Dom 2021-02-02 17:34:59 +00:00 committed by GitHub
commit 47101896c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 2 deletions

6
.editorconfig Normal file
View File

@ -0,0 +1,6 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true