mirror-chatterino2/.prettierrc
nerix 2233b46512
Format YAML and JSON Files With Prettier (#4304)
* ci: format yaml and json files with prettier

* chore: add changelog entry

* fix: format everything

* ci: run pretter on all files

* ci: rename prettier step
2023-01-15 17:27:41 +01:00

7 lines
103 B
Plaintext

trailingComma: es5
endOfLine: auto
overrides:
- files: "*.md"
options:
proseWrap: preserve