Revert "add editorconfig"

This reverts commit af2d907ce2.
This commit is contained in:
2018-07-25 16:23:27 +08:00
parent af2d907ce2
commit 4122cd1fdd

View File

@@ -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