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 af7b2ea commit ba6a23dCopy full SHA for ba6a23d
.editorconfig
@@ -2,12 +2,13 @@ root = true
2
3
[*]
4
indent_style = space
5
-indent_size = 2
6
-tab_width = 4
+indent_size = 4
+charset = utf-8
7
end_of_line = lf
8
insert_final_newline = true
9
+trim_trailing_whitespace = true
10
-[*.{c,h,in,lua}]
11
+[*.{md,lua}]
12
max_line_length = 100
13
14
[{Makefile,**/Makefile}]
0 commit comments