We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc786d1 commit 84ead4cCopy full SHA for 84ead4c
.editorconfig
@@ -0,0 +1,31 @@
1
+# https://EditorConfig.org
2
+
3
+root = true
4
5
+[*]
6
+trim_trailing_whitespace = true
7
+insert_final_newline = true
8
9
+[{CMakeLists.txt,*.cmake,Makefile}]
10
+indent_style = tab
11
+indent_size = 4
12
13
+[{*.cpp,*.h}]
14
15
16
17
+[ext/**/{*.cpp,*.h}]
18
+indent_style = ignore
19
+indent_size = ignore
20
21
+[*.json,*.yml,*.rc,*.adoc]
22
+indent_style = space
23
+indent_size = 2
24
25
+[*.md]
26
27
28
29
+[*.xml]
30
31
0 commit comments