-
Notifications
You must be signed in to change notification settings - Fork 0
/
.prettierrc.json
29 lines (29 loc) · 919 Bytes
/
.prettierrc.json
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
{
"$schema": "https://json.schemastore.org/prettierrc",
"printWidth": 150,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"proseWrap": "preserve",
"arrowParens": "avoid",
"bracketSpacing": true,
"disableLanguages": [],
"endOfLine": "auto",
"eslintIntegration": false,
"htmlWhitespaceSensitivity": "ignore",
"ignorePath": ".prettierignore",
"requireConfig": false,
"stylelintIntegration": false,
"trailingComma": "es5",
"tslintIntegration": false,
"vueIndentScriptAndStyle": true,
"pugWrapAttributesThreshold": 3,
"pugBracketSameLine": true,
"pugEmptyAttributes": "none",
"pugAttributeSeparator": "none",
"pugSingleQuote": false,
"pugSortAttributes": "asc",
"pugSortAttributesEnd": ["^:", "^:disabled$", "^@", "^@click"],
"pugSortAttributesBeginning": ["^v-if$", "^v-else$", "^v-else-if$", "^v-for$", "^:key$", "^ref$", "^v-model", "^\\w+$"]
}