Skip to content

Commit

Permalink
style: add .editorconfig
Browse files Browse the repository at this point in the history
Made it consistent with the stylua.toml
  • Loading branch information
cljoly committed Jun 4, 2022
1 parent 402cbe4 commit b898ded
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8

[*.lua]
indent_style = space
indent_size = 4

[Makefile]
indent_style = tab

0 comments on commit b898ded

Please sign in to comment.