mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
15 lines
256 B
YAML
15 lines
256 B
YAML
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
|