Files
minecraft-bedrock-json-schemas/scripts/json.prettierrc.json
2021-03-21 15:06:21 +01:00

10 lines
177 B
JSON

{
"tabWidth": 2,
"printWidth": 180,
"useTabs": false,
"bracketSpacing": true,
"arrowParens": "always",
"endOfLine": "crlf",
"embeddedLanguageFormatting": "auto"
}