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 10c5322 commit 92030a8Copy full SHA for 92030a8
.editorconfig
@@ -0,0 +1,21 @@
1
+# EditorConfig is a file format and collection of text editor plugins
2
+# for maintaining consistent coding styles between different editors
3
+# and IDEs. Most popular editors support this either natively or via
4
+# plugin.
5
+#
6
+# Check https://editorconfig.org for details.
7
+
8
+root = true
9
10
+[*]
11
+end_of_line = lf
12
+insert_final_newline = true
13
+charset = utf-8
14
15
+[*.c]
16
+indent_style = space
17
+indent_size = 4
18
19
+[*.{rng,xml}]
20
21
+indent_size = 2
0 commit comments