5
mirror of https://github.com/AllSpiceIO/notes-kv.git synced 2026-04-18 12:04:28 +00:00
Files
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"
}