1
0
mirror of https://github.com/teoxoy/factorio-blueprint-editor.git synced 2025-01-14 02:23:21 +02:00
factorio-blueprint-editor/.prettierrc.yml

15 lines
208 B
YAML
Raw Permalink Normal View History

printWidth: 100
2020-05-24 17:54:31 +02:00
tabWidth: 4
useTabs: false
semi: false
singleQuote: true
trailingComma: es5
2020-05-24 17:54:31 +02:00
bracketSpacing: true
arrowParens: avoid
endOfLine: lf
2020-05-30 15:07:27 +02:00
overrides:
- files: '*.yml'
options:
tabWidth: 2