mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
17 lines
340 B
Plaintext
17 lines
340 B
Plaintext
{
|
|
"tabWidth": 4,
|
|
"useTabs": false,
|
|
"bracketSameLine": true,
|
|
"bracketSpacing": true,
|
|
"endOfLine": "auto",
|
|
"overrides": [
|
|
{
|
|
"files": [".clang-format", "**/*.yml", "**/*.yaml"],
|
|
"options": {
|
|
"parser": "yaml",
|
|
"tabWidth": 2
|
|
}
|
|
}
|
|
]
|
|
}
|