Skip to content

Commit b4c22c9

Browse files
authored
Add editorconfig configuration (#7761)
Most editors support editorconfig or have plugins for it, its universal config for specifying whitespace/line-length rules. Especially useful for editors like Neovim who support it out of the box and dont have other concepts of per project whitespace configuration. https://editorconfig.org/ Signed-off-by: Tomas Slusny <[email protected]>
1 parent cc5983f commit b4c22c9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.editorconfig

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[*.lua]
2+
trim_trailing_whitespace = false
3+
indent_style = tab
4+
max_line_length = 120

0 commit comments

Comments
 (0)