Fantasy-Map-Generator/.prettierrc.json
2021-05-12 10:40:54 +03:00

10 lines
175 B
JSON

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