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 508d2cb commit 6624987Copy full SHA for 6624987
.editorconfig
@@ -0,0 +1,28 @@
1
+root = true
2
+
3
+[*]
4
+charset = utf-8
5
+end_of_line = lf
6
+insert_final_newline = true
7
8
+[*.{cpp,hpp}]
9
+indent_style = space
10
+indent_size = 2
11
+trim_trailing_whitespace = true
12
13
+[{*.{py,sh},.jenkins,wscript}]
14
15
+indent_size = 4
16
17
18
+[*.md]
19
20
+trim_trailing_whitespace = false
21
22
+[*.rst]
23
24
25
26
+[*.{yaml,yml}]
27
28
0 commit comments