We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c90f6a4 commit 4e0667aCopy full SHA for 4e0667a
.editorconfig
@@ -0,0 +1,29 @@
1
+# EditorConfig helps developers define and maintain consistent
2
+# coding styles between different editors and IDEs
3
+# http://editorconfig.org
4
+
5
+root = true
6
7
+[*]
8
+indent_style = space
9
+indent_size = 4
10
+end_of_line = lf
11
+charset = utf-8
12
+trim_trailing_whitespace = true
13
+insert_final_newline = true
14
15
+[{*.md,*.rst}]
16
+trim_trailing_whitespace = false
17
18
+[{Makefile,*.mk,*.bat}]
19
+indent_style = tab
20
+indent_size = 2
21
22
+[{*.cmake,CMakeLists.txt}]
23
24
25
+max_line_length = 120
26
27
+[{*.sh,*.yml}]
28
29
0 commit comments