Selaa lähdekoodia

增加editorconfig文件,统一设置缩进格式

master
ben 9 vuotta sitten
vanhempi
commit
6d3b065f32
1 muutettua tiedostoa jossa 14 lisäystä ja 0 poistoa
  1. +14
    -0
      .editorconfig

+ 14
- 0
.editorconfig Näytä tiedosto

@@ -0,0 +1,14 @@
# EditorConfig: http://editorconfig.org/

root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false

Ladataan…
Peruuta
Tallenna