Skip to content

Commit 12cc209

Browse files
authored
Merge pull request #185 from zunda-pixel/add-editorconfig
add editorconfig
2 parents f373221 + 00f323a commit 12cc209

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.editorconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# editorconfig.org
2+
3+
root = true
4+
5+
[*]
6+
indent_style = space
7+
indent_size = 4
8+
trim_trailing_whitespace = true
9+
insert_final_newline = true

0 commit comments

Comments
 (0)