Create .editorconfig (#2528)

By Adam "Saibamen" Stachowicz.
This commit is contained in:
Saibamen 2020-04-11 17:40:36 +02:00 committed by GitHub
parent e4ff6a52f0
commit 32db19f68f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

15
.editorconfig Normal file
View File

@ -0,0 +1,15 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
end_of_line = crlf
insert_final_newline = true
charset = utf-8
indent_size = 4
indent_style = space
trim_trailing_whitespace = true
[*.{json,yml,md}]
indent_size = 2