Pārlūkot izejas kodu

Add .editorconfig file

Scott Lahteine 4 gadus atpakaļ
vecāks
revīzija
5d3cfbdc9b
1 mainītis faili ar 19 papildinājumiem un 0 dzēšanām
  1. 19
    0
      .editorconfig

+ 19
- 0
.editorconfig Parādīt failu

@@ -0,0 +1,19 @@
1
+# editorconfig.org
2
+root = true
3
+
4
+[{*.patch,syntax_test_*}]
5
+trim_trailing_whitespace = false
6
+
7
+[{*.c,*.cpp,*.h}]
8
+charset = utf-8
9
+
10
+[{*.c,*.cpp,*.h,Makefile}]
11
+trim_trailing_whitespace = true
12
+insert_final_newline = true
13
+end_of_line = lf
14
+indent_style = space
15
+indent_size = 2
16
+
17
+[{*.py,*.conf,*.sublime-project}]
18
+indent_style = tab
19
+indent_size = 4

Notiek ielāde…
Atcelt
Saglabāt