Skip to content

Commit 78f454c

Browse files
schveiguyAbscissa
authored andcommitted
Add editor config for yucky tabs.
1 parent 593d072 commit 78f454c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.editorconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
root=true
2+
3+
[*]
4+
indent_style=tab
5+
indent_size=4
6+
trim_trailing_whitespace=true
7+
end_of_line=lf
8+
charset=utf-8

0 commit comments

Comments
 (0)