Files
minecraft-bedrock-json-schemas/scripts/json.prettierrc.json

10 lines
177 B
JSON
Raw Normal View History

2021-03-21 15:06:21 +01:00
{
"tabWidth": 2,
"printWidth": 180,
"useTabs": false,
"bracketSpacing": true,
"arrowParens": "always",
"endOfLine": "crlf",
"embeddedLanguageFormatting": "auto"
}