Files
minecraft-bedrock-json-schemas/scripts/format_documents.ps1

3 lines
132 B
PowerShell
Raw Normal View History

2021-06-06 11:39:21 +02:00
npx prettier --write "source/**/*.json" --config ./scripts/json.prettierrc.json
git add .
git commit -m "auto: Formatted json files"