mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-08-24 10:05:29 -05:00
15 lines
363 B
YAML
15 lines
363 B
YAML
overrides:
|
|
- files: ["*.yaml", "*.yml", "*.toml", "*.json", "*.ini"]
|
|
options:
|
|
tabWidth: 2
|
|
singleQuote: false
|
|
experimentalTernaries: true
|
|
useTabs: false
|
|
- files: ["*.md"]
|
|
options:
|
|
singleQuote: false
|
|
- files: ["*.js", "*.jsx", "*.ts", "*.tsx", "*.cjs", "*.mjs"]
|
|
options:
|
|
printWidth: 120
|
|
singleQuote: true
|