Files
console/.prettierrc
T
Torsten Dittmann a35faf7095 update prettier
2022-03-26 19:56:55 +03:00

10 lines
206 B
Plaintext

{
"useTabs": false,
"tabWidth": 4,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"bracketSameLine": true,
"svelteSortOrder": "scripts-options-markup-styles"
}