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.
2 parents 6d719be + 6ad665f commit 625f9a5Copy full SHA for 625f9a5
.editorconfig
@@ -0,0 +1,26 @@
1
+# top-most EditorConfig file
2
+root = true
3
+
4
+# Unix-style newlines with a newline ending every file
5
+[*]
6
+end_of_line = lf
7
+indent_style = space
8
+# Scripts without suffixes in the project root tend to indent by two spaces
9
+indent_size = 2
10
11
+# Most of the project files indent by four spaces
12
+[*/**]
13
+indent_size = 4
14
15
+# Test files indent by two spaces
16
+[test/**]
17
18
19
+# The config parser file indents by both two and four spaces,
20
+# so we choose to indent by two spaces as a common denominator.
21
+[*.yy]
22
23
24
+[{Makefile,Makefile.am}]
25
+indent_style = tab
26
0 commit comments