We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 9bbe5fc commit 04e1f79Copy full SHA for 04e1f79
.editorconfig
@@ -0,0 +1,28 @@
1
+# EditorConfig is awesome: https://EditorConfig.org
2
+
3
+# top-most EditorConfig file
4
+root = true
5
6
+# Unix-style newlines with a newline ending every file
7
+[*]
8
+end_of_line = lf
9
+insert_final_newline = true
10
11
+[*.{cpp,h}]
12
+charset = utf-8
13
+indent_style = tab
14
+indent_size = 2
15
+tab_width = 2
16
+trim_trailing_whitespace = true
17
18
+# Matches multiple files with brace expansion notation
19
+[*.{js,html,py}]
20
21
22
23
24
25
26
+# Tab indentation (no size specified)
27
+[Makefile]
28
0 commit comments