mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-31 16:47:23 +02:00
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
This commit is contained in:
+1
-4
@@ -1,8 +1,5 @@
|
||||
{
|
||||
"tabWidth": 4,
|
||||
"useTabs": false,
|
||||
"semi": false,
|
||||
"printWidth": 80,
|
||||
"parser": "json-stringify",
|
||||
"proseWrap": "never",
|
||||
"bracketSpacing": true,
|
||||
"endOfLine": "lf"
|
||||
|
||||
Reference in New Issue
Block a user