mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-22 16:19:42 +02:00
21fc458f14
* 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
7 lines
100 B
Plaintext
7 lines
100 B
Plaintext
{
|
|
"parser": "json-stringify",
|
|
"proseWrap": "never",
|
|
"bracketSpacing": true,
|
|
"endOfLine": "lf"
|
|
}
|