We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6476749 commit 4d721d8Copy full SHA for 4d721d8
.editorconfig
@@ -5,13 +5,9 @@ charset = utf-8
5
end_of_line = lf
6
insert_final_newline = true
7
trim_trailing_whitespace = true
8
-indent_style = tab
9
-indent_size = 4
10
-
11
-[*.{json,yml,md}]
12
indent_style = space
13
indent_size = 2
14
15
-[*.py]
16
-indent_style = space
+[*.{h,cc,cpp}]
+indent_style = tab
17
indent_size = 4
.prettierrc
@@ -0,0 +1,5 @@
1
+{
2
+ "printWidth": 160,
3
+ "singleQuote": true,
4
+ "bracketSpacing": false
+}
0 commit comments