{ "arrowParens": "always", "bracketSameLine": false, "bracketSpacing": true, "embeddedLanguageFormatting": "auto", "endOfLine": "lf", "htmlWhitespaceSensitivity": "css", "insertPragma": false, "printWidth": 80, "proseWrap": "preserve", "quoteProps": "as-needed", "requirePragma": false, "semi": true, "singleQuote": true, "tabWidth": 2, "trailingComma": "es5", "useTabs": false, "overrides": [ { "files": ["*.scss"], "options": { "singleQuote": false } }, { "files": ["*.txt"], "options": { "endOfLine": "crlf" } } ] }
summaryrefslogtreecommitdiffstats
path: root/.vscode/settings.json
blob: 06d65d630be8380f971881f36b33e0bdf0a7e2a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22