Skip to content

Commit

Permalink
add .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
TonybynMp4 authored Feb 4, 2024
1 parent e046c83 commit bf79dfe
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 = false
indent_style = space
charset = utf-8
trim_trailing_whitespace = true

[*.lua]
indent_size = 4

[*.js]
indent_size = 4

0 comments on commit bf79dfe

Please sign in to comment.