]> git.lizzy.rs Git - minetest.git/blob - .editorconfig
Add keybind to swap items between hands
[minetest.git] / .editorconfig
1 [*]
2 end_of_line = lf
3
4 [*.{cpp,h,lua,txt,glsl,md,c,cmake,java,gradle}]
5 charset = utf8
6 indent_size = 4
7 indent_style = tab
8 insert_final_newline = true
9 trim_trailing_whitespace = true