Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
50197b7fdf217ce8e277d5c58fac22a3ef386b0d
/
.
/
.prettierrc.yml
blob: 1e6d895e50c42d6d6ffa4c36b8584c02b39d976c [
file
] [
log
] [
blame
] [
raw
]
trailingComma:
all
printWidth:
80
singleQuote:
true
arrowParens:
avoid
tabWidth:
4
bracketSpacing:
false
requirePragma:
true
overrides:
-
files:
'*.{yml,json}'
options:
tabWidth:
2
-
files:
'static/**/*'
options:
trailingComma:
es5