8000 Refactor `.editorconfig` · syntax-tree/hast-util-to-html@df86cf3 · GitHub
[go: up one dir, main page]

Skip to content

Commit df86cf3

Browse files
committed
Refactor .editorconfig
1 parent 5692e42 commit df86cf3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.editorconfig

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
root = true
22

33
[*]
4-
indent_style = space
5-
indent_size = 2
6-
end_of_line = lf
74
charset = utf-8
8-
trim_trailing_whitespace = true
5+
end_of_line = lf
6+
indent_size = 2
7+
indent_style = space
98
insert_final_newline = true
9+
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)
0