Fantasy-Map-Generator/.prettierrc.json
2022-11-27 18:22:54 -05:00

10 lines
175 B
JSON

{
"bracketSpacing": false,
"semi": true,
"tabWidth": 2,
"useTabs": false,
"printWidth": 200,
"singleQuote": true,
"trailingComma": "none",
"endOfLine": "lf"
}