支持更细化的权限控制
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

This commit is contained in:
2025-04-13 19:01:33 +08:00
parent b1ae30dda8
commit 96f297866f
4 changed files with 45 additions and 3 deletions

View File

@ -2,8 +2,8 @@ root = true
[*]
indent_style = space
indent_size = 2
tab_width = 2
indent_size = 4
tab_width = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true