mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
15 lines
235 B
YAML
15 lines
235 B
YAML
|
tabWidth: 2
|
||
|
useTabs: false
|
||
|
printWidth: 120
|
||
|
semi: true
|
||
|
singleQuote: true
|
||
|
bracketSpacing: true
|
||
|
endOfLine: lf
|
||
|
quoteProps: as-needed
|
||
|
trailingComma: all
|
||
|
arrowParens: avoid
|
||
|
overrides:
|
||
|
- files: "*.css"
|
||
|
options:
|
||
|
singleQuote: false
|