Add EditorConfig

Files remain unformatted for now
This commit is contained in:
Nikita Karamov 2021-01-17 00:11:48 +03:00
parent 334e3c5682
commit 36f0a73c91
No known key found for this signature in database
GPG Key ID: EA4E7DECEEA050E4
1 changed files with 19 additions and 0 deletions

19
.editorconfig Normal file
View File

@ -0,0 +1,19 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = tab
insert_final_newline = true
max_line_length = 80
trim_trailing_whitespace = true
[*.md]
indent_size = 2
indent_style = space
max_line_length = off
trim_trailing_whitespace = false
[*.yml]
indent_size = 2
indent_style = space