Kaynağa Gözat

add .editorconfig

pull/162/head
cxm 2 yıl önce
ebeveyn
işleme
71968c1932
1 değiştirilmiş dosya ile 30 ekleme ve 0 silme
  1. +30
    -0
      .editorconfig

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

@@ -0,0 +1,30 @@
[*]
charset = utf-8
end_of_line = lf
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
indent_style = space
indent_size = 4
trim_trailing_whitespace = false
insert_final_newline = false

[*.json]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true

# C coding style based on Linux kernel.
# https://www.kernel.org/doc/html/v5.0/process/coding-style.html

[*.c]
indent_style = tab
indent_size = 8

[*.h]
indent_style = tab
indent_size = 8

Yükleniyor…
İptal
Kaydet