mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-05 04:28:04 +02:00
627ced35bb
This might help to make sure editors that have prettier running don't change too much of the format. Might need tweaking.
10 lines
141 B
Plaintext
10 lines
141 B
Plaintext
{
|
|
"tabWidth": 4,
|
|
"useTabs": false,
|
|
"semi": false,
|
|
"printWidth": 80,
|
|
"proseWrap": "never",
|
|
"bracketSpacing": true,
|
|
"endOfLine": "lf"
|
|
}
|