Skip to content
Snippets Groups Projects
Unverified Commit 9dc3378f authored by Hugo Locurcio's avatar Hugo Locurcio
Browse files

Add an EditorConfig file

See https://editorconfig.org/ for more information.
parent 87be9a6a
No related branches found
No related tags found
No related merge requests found
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
[*.lua]
indent_style = tab
indent_size = 4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment