Browse Source

editorconfig

pull/64/head
hehe.bu 4 years ago
parent
commit
902a69c22d
1 changed files with 15 additions and 0 deletions
  1. +15
    -0
      .editorconfig

+ 15
- 0
.editorconfig View File

@@ -0,0 +1,15 @@
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false

[*.yml]
indent_size = 2

Loading…
Cancel
Save