Add benchmarks for server::ActiveObjectMgr
[minetest.git] / .editorconfig
blobe273afa920aa89ff73f62c7bd8d374aa976b6495
1 [*]
2 end_of_line = lf
4 [*.{cpp,h,lua,txt,glsl,md,c,cmake,java,gradle}]
5 charset = utf-8
6 indent_size = 4
7 indent_style = tab
8 insert_final_newline = true
9 trim_trailing_whitespace = true