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 aa496d4 commit e61525eCopy full SHA for e61525e
.editorconfig
@@ -0,0 +1,11 @@
1
+; Top-most EditorConfig file
2
+root = true
3
+
4
+; Windows-style newlines
5
+[*]
6
+end_of_line = CRLF
7
8
+; Tab indentation
9
+[*.{cpp,h}]
10
+indent_style = space
11
+tab_width = 4
0 commit comments