euterpe-source/.prettierrc

14 lines
245 B
Text
Raw Normal View History

2023-05-21 15:29:31 +00:00
{
2024-02-12 15:36:02 +00:00
"parser": "typescript",
"trailingComma": "none",
"useTabs": true,
"tabWidth": 4,
"semi": false,
"singleQuote": false,
"endOfLine": "lf",
"bracketSpacing": true,
"bracketSameLine": false,
"arrowParens": "always",
"printWidth": 150
}