Skip to content

Commit 00d015a

Browse files
committed
feat: add editor config
1 parent b16118a commit 00d015a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.editorconfig

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

0 commit comments

Comments
 (0)