-
Notifications
You must be signed in to change notification settings - Fork 0
/
.prettierrc
35 lines (35 loc) · 888 Bytes
/
.prettierrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"arrowParens": "always",
"bracketSameLine": false,
"bracketSpacing": true,
"cursorOffset": -1,
"dataTypeCase": "upper",
"denseOperators": false,
"dialect": "sqlite",
"embeddedLanguageFormatting": "auto",
"endOfLine": "lf",
"experimentalTernaries": true,
"expressionWidth": 80,
"functionCase": "upper",
"htmlWhitespaceSensitivity": "css",
"identifierCase": "preserve",
"indentStyle": "standard",
"insertPragma": false,
"jsxSingleQuote": false,
"keywordCase": "upper",
"language": "sqlite",
"linesBetweenQueries": 2,
"logicalOperatorNewline": "after",
"newlineBeforeSemicolon": false,
"overrides": [],
"printWidth": 80,
"proseWrap": "always",
"quoteProps": "consistent",
"requirePragma": false,
"semi": true,
"singleAttributePerLine": false,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false
}