id-tagging-schema/.prettierrc
Martin Raifer 21fc458f14
tweak code formatting rules
* output as "json-stringify" (which is most similar to most files currently in the repository)
* add .editorconfig
* drop (now) superfluous pretter settings
* add npm commands to check code style
2022-01-25 14:04:40 +01:00

6 lines
100 B
Text

{
"parser": "json-stringify",
"proseWrap": "never",
"bracketSpacing": true,
"endOfLine": "lf"
}