Skip to content

Commit 38a98f6

Browse files
committed
Add editorconfig
1 parent daa476c commit 38a98f6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.editorconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# highest level .editorconfig file
2+
root = true
3+
4+
# Nginx files
5+
[**.conf]
6+
indent_size = 4
7+
8+
# MD files
9+
[*.md]
10+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)