Files
roll20-character-sheets/Pathfinder Community/dev/.prettierrc.json
T
2025-01-19 01:56:36 -08:00

9 lines
167 B
JSON

{
"singleQuote": false,
"arrowParens": "always",
"useTabs": true,
"tabWidth": 2,
"endOfLine": "lf",
"semi": true,
"bracketSpacing": false
}