Fantasy-Map-Generator/.prettierrc.json
2021-05-16 13:11:14 +03:00

10 lines
175 B
JSON

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