Skip to content

Commit 3defe88

Browse files
committed
.editorconfig: Set line length to 80
And alphabetize properties.
1 parent f871147 commit 3defe88

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.editorconfig

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
root = true
33

44
[*]
5-
indent_style = space
6-
indent_size = 2
7-
end_of_line = lf
85
charset = utf-8
6+
end_of_line = lf
7+
indent_size = 2
8+
indent_style = space
9+
max_line_length = 80
910
trim_trailing_whitespace = true
1011

1112
[*.md]

0 commit comments

Comments
 (0)