6
mirror of https://github.com/AllSpiceIO/notes-kv.git synced 2025-03-17 07:14:52 +00:00
notes-kv/.prettierrc.json
Shrikanth Upadhayaya 13ce75aa4d
Initialize with v0.1
2024-07-15 10:35:58 -04:00

17 lines
346 B
JSON

{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": false,
"quoteProps": "as-needed",
"jsxSingleQuote": false,
"trailingComma": "all",
"bracketSpacing": true,
"bracketSameLine": true,
"arrowParens": "avoid",
"proseWrap": "always",
"htmlWhitespaceSensitivity": "css",
"endOfLine": "lf"
}