1
0
mirror of https://github.com/teoxoy/factorio-blueprint-editor.git synced 2024-11-21 17:06:30 +02:00
factorio-blueprint-editor/.prettierrc.yml
2020-05-30 21:07:27 +08:00

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