youfoundjk_TeXcore/.prettierrc.json
2026-06-04 20:12:07 +02:00

10 lines
179 B
JSON

{
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"bracketSpacing": true,
"arrowParens": "avoid",
"trailingComma": "none"
}