mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-02-12 16:52:45 +00:00
* 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"
|
|
}
|