mirror of
https://github.com/teoxoy/factorio-blueprint-editor.git
synced 2024-11-21 17:06:30 +02:00
15 lines
208 B
YAML
15 lines
208 B
YAML
printWidth: 100
|
|
tabWidth: 4
|
|
useTabs: false
|
|
semi: false
|
|
singleQuote: true
|
|
trailingComma: es5
|
|
bracketSpacing: true
|
|
arrowParens: avoid
|
|
endOfLine: lf
|
|
|
|
overrides:
|
|
- files: '*.yml'
|
|
options:
|
|
tabWidth: 2
|