~fgaz/minetest-falling_nodes

9b3f4fdbd91bd89f4de807cab93bc2524e52bb1f — Francesco Gazzetta a month ago 51fd7f8 master
Add .editorconfig
1 files changed, 12 insertions(+), 0 deletions(-)

A .editorconfig
A .editorconfig => .editorconfig +12 -0
@@ 0,0 1,12 @@
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true


[*.lua]
indent_style = space
indent_size = 2