Skip to content

Commit 86e1a84

Browse files
authored
Merge pull request #358 from preactjs/chore/editorconfig
chore: Add editorconfig
2 parents b6dccb1 + 500c4d1 commit 86e1a84

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+
root = true
2+
3+
[*]
4+
indent_style = tab
5+
end_of_line = lf
6+
charset = utf-8
7+
trim_trailing_whitespace = true
8+
insert_final_newline = true
9+
10+
[{*.json,.*rc,*.yml}]
11+
indent_style = space
12+
indent_size = 2
13+
insert_final_newline = false
14+
15+
[*.md]
16+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)