Skip to content

Commit 26a2bdc

Browse files
committed
chore: update .editorconfig file
1 parent b52b77e commit 26a2bdc

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

.editorconfig

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
1+
; This file is for unifying the coding style for different editors and IDEs.
2+
; More information at http://editorconfig.org
3+
14
root = true
25

36
[*]
47
charset = utf-8
5-
end_of_line = lf
68
indent_size = 4
79
indent_style = space
10+
end_of_line = lf
811
insert_final_newline = true
9-
max_line_length = 120
10-
tab_width = 4
12+
trim_trailing_whitespace = true
13+
14+
[*.md]
15+
max_line_length = 0
16+
trim_trailing_whitespace = false
17+
18+
[auto_closer.yaml]
19+
indent_size = 2
20+
21+
[COMMIT_EDITMSG]
22+
max_line_length = 0

0 commit comments

Comments
 (0)