We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e276f9 commit eb72d0aCopy full SHA for eb72d0a
1 file changed
.editorconfig
@@ -1,18 +1,12 @@
1
-# EditorConfig helps developers define and maintain consistent
2
-# coding styles between different editors and IDEs
3
# editorconfig.org
4
5
root = true
6
7
[*]
8
-
9
-# Change these settings to your own preference
10
-indent_size = 2
11
-indent_style = space
12
13
-# We recommend you to keep these unchanged
14
charset = utf-8
15
end_of_line = lf
+indent_size = 2
+indent_style = space
16
insert_final_newline = true
17
trim_trailing_whitespace = true
18
0 commit comments