1
0
此儲存庫已於 2025-10-04 封存。您可以查看檔案並進行 Clone,但無法推送或開啟問題或合併請求。
Files
irrlicht-archive/.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