Skip to content

Commit 3b105f4

Browse files
authored
Fix editorconfig
1 parent c3890f6 commit 3b105f4

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.editorconfig

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
; This file is for unifying the coding style for different editors and IDEs.
2-
; More information at http://editorconfig.org
3-
4-
root = false
2+
; More information at https://editorconfig.org
3+
root = true
54

65
[*]
76
indent_style = space
87
indent_size = 4
9-
charset = "utf-8"
8+
charset = utf-8
109
end_of_line = lf
1110
insert_final_newline = true
1211
trim_trailing_whitespace = true
1312

1413
[*.yml]
15-
indent_style = space
1614
indent_size = 2

0 commit comments

Comments
 (0)