diff options
Diffstat (limited to '.editorconfig')
-rwxr-xr-x | .editorconfig | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/.editorconfig b/.editorconfig deleted file mode 100755 index 1492202..0000000 --- a/.editorconfig +++ /dev/null @@ -1,16 +0,0 @@ -root = true - -[*] -charset = utf-8 -end_of_line = lf -insert_final_newline = true -indent_style = space -indent_size = 4 -trim_trailing_whitespace = true - -[*.md] -trim_trailing_whitespace = false - -[*.yml] -indent_style = space -indent_size = 2 |