diff options
author | Marvin Borner | 2019-02-13 17:14:47 +0100 |
---|---|---|
committer | Marvin Borner | 2019-02-13 17:14:47 +0100 |
commit | 6a967887df29c0051a22df96463aed63b7ece729 (patch) | |
tree | 15b91fccb40990ebc2e0c822b843582e672f0465 /.editorconfig | |
parent | 8cad9c810741088a1874b58e80245ce83909b582 (diff) |
Code cleanup
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index cb64490..0000000 --- a/.editorconfig +++ /dev/null @@ -1,13 +0,0 @@ -root = true - -[*] -indent_style = space -indent_size = 4 - -end_of_line = lf -charset = utf-8 -trim_trailing_whitespace = true -insert_final_newline = true - -[*.md] -trim_trailing_whitespace = false |