Skip to content

Commit 67bb2b7

Browse files
authored
Update repo tree to fix .editorconfig beign ignored. (#3302)
* Fix .editorconfig beign ignored * updated * update
1 parent 44a5251 commit 67bb2b7

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.editorconfig

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
; editorconfig.org
2+
root = true
3+
4+
[*]
5+
charset = utf-8
6+
continuation_indent_size = 2
7+
end_of_line = lf
8+
indent_size = 2
9+
indent_style = space
10+
insert_final_newline = true
11+
max_line_length = 120
12+
tab_width = 2
13+
; trim_trailing_whitespace = true ; disabled until files are cleaned up
14+
15+
[*.md]
16+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)