diff options
author | Marvin Borner | 2018-06-30 23:47:37 +0200 |
---|---|---|
committer | Marvin Borner | 2018-06-30 23:47:37 +0200 |
commit | b11449546085a35b3c3fa974b38cf056aa0b703b (patch) | |
tree | f4ca2a424046adf462b79c6d9aa4880c824180de /.editorconfig | |
parent | b1c501e2f239ef6dcbf5e55e403834d793c6a0f6 (diff) |
Cleanup...
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 |