mirror of
https://github.com/trycua/computer.git
synced 2026-01-06 05:20:02 -06:00
13 lines
193 B
YAML
13 lines
193 B
YAML
semi: true
|
|
singleQuote: true
|
|
trailingComma: es5
|
|
tabWidth: 2
|
|
printWidth: 100
|
|
arrowParens: always
|
|
bracketSpacing: true
|
|
|
|
overrides:
|
|
- files: "*.{yml,yaml}"
|
|
options:
|
|
singleQuote: false
|