Skip to content

Commit a893f8d

Browse files
authored
sort global properties
1 parent 263cb4f commit a893f8d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .editorconfig

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
root = true
33

44
[*]
5-
indent_style = space
6-
indent_size = 4
7-
end_of_line = lf
85
charset = utf-8
9-
trim_trailing_whitespace = true
6+
end_of_line = lf
7+
indent_size = 4
8+
indent_style = space
109
insert_final_newline = true
10+
trim_trailing_whitespace = true
1111

1212
[*.{md,mkd,mkdn,mdwn,mdown,markdown}]
1313
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)