mirror of
https://github.com/teoxoy/factorio-blueprint-editor.git
synced 2024-12-26 20:54:22 +02:00
12 lines
336 B
YAML
12 lines
336 B
YAML
printWidth: 100 # default: 80, TODO: consider removing
|
|
tabWidth: 4 # default: 2
|
|
semi: false # default: true
|
|
singleQuote: true # default: false, TODO: consider removing
|
|
trailingComma: es5 # default: all
|
|
arrowParens: avoid # default: always, TODO: consider removing
|
|
|
|
overrides:
|
|
- files: '*.yml'
|
|
options:
|
|
tabWidth: 2 # default
|