1
0
镜像自地址 https://github.com/minetest-mods/moreores.git 已同步 2025-11-14 03:35:26 +01:00
文件
moreores/.editorconfig
2019-02-22 00:49:04 +01:00

14 行
204 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
[*.{lua,luacheckrc}]
indent_style = tab
indent_size = 4