1
0
镜像自地址 https://github.com/minetest/irrlicht.git 已同步 2025-07-16 06:50:31 +02:00
文件
irrlicht/.editorconfig
Vitaliy 58a96b7d23 Mark the repo as root in the editorconfig
Necessary due to CR/LF mess, it shouldn’t inherit the LF setting from Minetest.
2023-04-02 21:50:56 +02:00

11 行
159 B
INI
可执行文件

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