Skip to content

Commit 5c81d43

Browse files
committed
Editor config for teams that want consistent whitespace conventions
1 parent 1a6ad7d commit 5c81d43

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

generated/.editorconfig

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

0 commit comments

Comments
 (0)