Kaynağa Gözat

Merge pull request #39 from kakotor/develop

增加editorconfig文件,统一设置缩进格式
master
Binary Wang 8 yıl önce
committed by GitHub
ebeveyn
işleme
9a38010830
1 değiştirilmiş dosya ile 14 ekleme ve 0 silme
  1. +14
    -0
      .editorconfig

+ 14
- 0
.editorconfig Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet