Some checks failed
Deploy to DigitalOcean Spaces / build (push) Failing after 0s
Test commit or pull request / eslint (push) Failing after 0s
Test commit or pull request / stylelint (push) Failing after 1s
Test commit or pull request / i18n-packs (push) Failing after 0s
Test commit or pull request / prettier (push) Failing after 0s
Test and deploy to GitHub Pages / build (push) Failing after 9s
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
16 lines
176 B
INI
16 lines
176 B
INI
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
[*.scss]
|
|
indent_size = 2
|
|
|
|
[*.json]
|
|
indent_size = 2
|
|
|
|
[*.yml]
|
|
indent_size = 2
|