Files
MetronicReact/.prettierrc
T
DESKTOP-DH6BVPV\chiefsoft e8cbdf6732 first commit
2022-12-10 23:35:50 -05:00

17 lines
355 B
Plaintext

{
"printWidth": 100,
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"bracketSpacing": false,
"jsxBracketSameLine": false,
"arrowParens": "always",
"endOfLine": "auto",
"jsxSingleQuote": true,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"useTabs": false,
"htmlWhitespaceSensitivity": "css"
}