mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-01 01:10:34 +08:00
* style: prettier 的宽度上限设置为 120 * chore: Auto update by pre-commit hooks [skip changelog] --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
18 lines
363 B
Plaintext
18 lines
363 B
Plaintext
{
|
|
"tabWidth": 4,
|
|
"printWidth": 120,
|
|
"useTabs": false,
|
|
"bracketSameLine": true,
|
|
"bracketSpacing": true,
|
|
"endOfLine": "auto",
|
|
"overrides": [
|
|
{
|
|
"files": [".clang-format", "**/*.yml", "**/*.yaml"],
|
|
"options": {
|
|
"parser": "yaml",
|
|
"tabWidth": 2
|
|
}
|
|
}
|
|
]
|
|
}
|