We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78aff74 commit b80fc8aCopy full SHA for b80fc8a
1 file changed
.editorconfig
@@ -1,15 +1,16 @@
1
root = true
2
3
[*]
4
-indent_style = space
5
-indent_size = 4
6
-end_of_line = lf
7
-charset = utf-8
+charset = utf-8
+end_of_line = lf
+indent_size = 4
+indent_style = space
8
+insert_final_newline = true
9
+spelling_language = unset
10
trim_trailing_whitespace = true
-insert_final_newline = true
11
12
max_line_length = unset
-trim = true
13
+trim = true
14
15
[*.{yaml,yml}]
16
indent_size = 2
0 commit comments