• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1trailingComma: "all"
2tabWidth: 2
3semi: true
4singleQuote: true
5bracketSpacing: false
6bracketSameLine: true
7quoteProps: "consistent"
8proseWrap: "always"
9overrides:
10  - files: "*.scss"
11    options:
12      singleQuote: false
13