mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-11-07 15:25:26 +00:00
dev: added Prettier config
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -4,5 +4,10 @@
|
|||||||
"path": "."
|
"path": "."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"settings": {}
|
"settings": {
|
||||||
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||||
|
"editor.formatOnSave": true,
|
||||||
|
"prettier.useTabs": false,
|
||||||
|
"prettier.printWidth": 120,
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user