1
0
mirror of https://github.com/minetest/irrlicht.git synced 2025-03-19 18:50:35 +01:00
irrlicht/.editorconfig

11 lines
159 B
INI
Raw Normal View History

root = true
[*]
charset = utf-8
[*.{cpp,h,txt,cmake,fsh,vsh}]
indent_size = 4
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true