19f486b672
We were using an overrides command in our `.prettierrc.yaml` which quickly became out of sync with Code's Prettier styles. Instead, we simply tell Prettier to ignore `lib/vscode`. This way, if you have `formatOnSave` on and you save inside `lib/vscode`, you won't convert the file to use code-server's styles.
7 lines
101 B
YAML
7 lines
101 B
YAML
printWidth: 120
|
|
semi: false
|
|
trailingComma: all
|
|
arrowParens: always
|
|
singleQuote: false
|
|
useTabs: false
|