refactor: migrate from repo onixbyte/onixbyte-toolbox to module repos

This commit is contained in:
2026-06-02 14:01:53 +08:00
commit 812ac5e2aa
30 changed files with 2221 additions and 0 deletions
+42
View File
@@ -0,0 +1,42 @@
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
max_line_length = 100
tab_width = 4
[*.less]
indent_size = 2
[*.proto]
indent_size = 2
tab_width = 2
[*.sass]
indent_size = 2
[*.scss]
indent_size = 2
[*.vue]
indent_size = 2
tab_width = 2
[{*.bash,*.sh,*.zsh}]
indent_size = 2
tab_width = 2
[{*.default,*.yaml,*.yml}]
indent_size = 2
[{*.har,*.jsb2,*.jsb3,*.json,*.jsonc,*.postman_collection,*.postman_collection.json,*.postman_environment,*.postman_environment.json,.babelrc,.eslintrc,.prettierrc,.stylelintrc,.ws-context,jest.config}]
indent_size = 2
[{*.pb,*.textproto,*.txtpb}]
indent_size = 2
tab_width = 2
[{*.ps1,*.psd1,*.psm1}]
max_line_length = 115