forked from VoxeLibre/VoxeLibre
Make Editorconfig compliant with the spec. (#4245)
Reviewed-on: MineClone2/MineClone2#4245 Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land> Co-authored-by: Doods <yusufalishabaka@tutanota.com> Co-committed-by: Doods <yusufalishabaka@tutanota.com>
This commit is contained in:
parent
0f20e18e53
commit
bd4337a2dc
|
@ -4,7 +4,7 @@ root = true
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
|
|
||||||
[*.lua]
|
[*.lua]
|
||||||
charset = utf8
|
charset = utf-8
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
Loading…
Reference in New Issue