There was an error while loading. Please reload this page.
1 parent f54dd0f commit 5b2aa9dCopy full SHA for 5b2aa9d
1 file changed
.editorconfig
@@ -0,0 +1,19 @@
1
+# http://editorconfig.org
2
+root = true
3
+
4
+[*]
5
+charset = utf-8
6
+end_of_line = lf
7
+insert_final_newline = true
8
+trim_trailing_whitespace = true
9
10
+[**.{h,cc,mm,m}]
11
+indent_style = space
12
+indent_size = 2
13
14
+[*.{md,markdown}]
15
+trim_trailing_whitespace = false
16
17
+# Makefiles always use tabs for indentation
18
+[Makefile]
19
+indent_style = tab
0 commit comments