Skip to content

Commit

Permalink
Add editorconfig configuration (#7761)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
deathbeam authored Jul 21, 2024
1 parent cc5983f commit b4c22c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[*.lua]
trim_trailing_whitespace = false
indent_style = tab
max_line_length = 120

0 comments on commit b4c22c9

Please sign in to comment.