liteyuki-runner/.editorconfig
Snowykami 96f297866f
Some checks failed
release-nightly / goreleaser (push) Failing after 5m15s
release-nightly / release-image (push) Failing after 11m16s
checks / check and test (push) Has been cancelled
支持更细化的权限控制
2025-04-13 19:01:33 +08:00

17 lines
221 B
INI

root = true
[*]
indent_style = space
indent_size = 4
tab_width = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{go}]
indent_style = tab
[Makefile]
indent_style = tab