mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-05 15:51:06 +01:00
bd4337a2dc
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/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>
12 lines
218 B
INI
12 lines
218 B
INI
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
|
|
[*.lua]
|
|
charset = utf-8
|
|
indent_style = tab
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
keep_one_space_between_table_and_bracket = false
|
|
spaces_around_operators = true
|