Skip to content
Snippets Groups Projects
Unverified Commit 1c2dc51b authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

add .editorconfig (#1951)

Resolves #1929
parent 68d970e9
No related branches found
No related tags found
No related merge requests found
# Top-most EditorConfig file
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = tab
charset = utf-8
...@@ -67,5 +67,10 @@ apply: ...@@ -67,5 +67,10 @@ apply:
- use tabs instead of spaces - use tabs instead of spaces
- trailing whitespaces must be eliminated - trailing whitespaces must be eliminated
- files need to end with a final newline
- newlines need to have unix line endings (lf)
To that end we provide a ``.editorconfig`` configuration, which is supported by most
of the editors out there.
If you add Lua scripts to gluon, check formatting with ``luacheck``. If you add Lua scripts to gluon, check formatting with ``luacheck``.
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