svelteKitForBeginners/.prettierrc
Bradley Shellnut 4b3499ca1e Initial commit
2022-04-01 19:30:11 -07:00

7 lines
No EOL
103 B
Text

{
"semi": false,
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 60
}