Skip to content

Commit e0ec472

Browse files
committed
Add .editorconfig
1 parent 1e79042 commit e0ec472

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.editorconfig

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# editorconfig.org
2+
3+
root = true
4+
5+
[*]
6+
charset = utf-8
7+
end_of_line = lf
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true
10+
11+
[*.md]
12+
max_line_length = 100
13+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)