We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82cb030 commit 8dfeed7Copy full SHA for 8dfeed7
.editorconfig
@@ -0,0 +1,31 @@
1
+# https://editorconfig.org/
2
+
3
+root = true
4
5
+[*]
6
+end_of_line = lf
7
+charset = utf-8
8
+trim_trailing_whitespace = true
9
+insert_final_newline = true
10
+indent_style = space
11
+indent_size = 4
12
13
+[{CMakeLists.*,*.cmake}]
14
15
+indent_size = 2
16
17
+[Makefile]
18
+indent_style = tab
19
20
+[*.{bat,cmd,cmd.*}]
21
+end_of_line = crlf
22
23
24
25
+[*.{ps1,ps1.*}]
26
27
28
29
30
+[*.{md,markdown}]
31
0 commit comments