We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb0b4a6 commit d63cceeCopy full SHA for d63ccee
.editorconfig
@@ -0,0 +1,39 @@
1
+root = true
2
+
3
+[*]
4
+end_of_line = lf
5
+charset = utf-8
6
+trim_trailing_whitespace = true
7
8
+[vcbuild.bat]
9
+end_of_line = crlf
10
11
+[*.{md,markdown}]
12
+trim_trailing_whitespace = false
13
14
+[{lib,src,test}/**.js]
15
+indent_style = space
16
+indent_size = 2
17
18
+[src/**.{h,cc}]
19
20
21
22
+[test/*.py]
23
24
25
26
+[configure]
27
28
29
30
+[Makefile]
31
+indent_style = tab
32
+indent_size = 8
33
34
+[{deps,tools}/**]
35
+indent_style = ignore
36
+indent_size = ignore
37
+end_of_line = ignore
38
+trim_trailing_whitespace = ignore
39
+charset = ignore
0 commit comments