-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.oxfmtrc.json
More file actions
30 lines (30 loc) · 833 Bytes
/
.oxfmtrc.json
File metadata and controls
30 lines (30 loc) · 833 Bytes
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
{
"$schema": "./node_modules/oxfmt/configuration_schema.json",
"ignorePatterns": ["components.d.ts"],
"endOfLine": "lf",
"semi": false,
"useTabs": false,
"printWidth": 100,
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "none",
"experimentalSortPackageJson": true,
"arrowParens": "avoid",
"jsxSingleQuote": true,
"singleAttributePerLine": false,
"vueIndentScriptAndStyle": false,
"experimentalTailwindcss": {
"preserveDuplicates": false,
"preserveWhitespace": false,
"stylesheet": "./src/index.css"
},
"experimentalSortImports": {},
"bracketSameLine": false,
"bracketSpacing": true,
"embeddedLanguageFormatting": "auto",
"insertFinalNewline": false,
"proseWrap": "preserve",
"htmlWhitespaceSensitivity": "css",
"objectWrap": "collapse",
"quoteProps": "consistent"
}