feat: enable format on save and type for Nix files in VSCode settings
This commit is contained in:
@@ -22,6 +22,11 @@
|
|||||||
"editor.renderWhitespace": "all"
|
"editor.renderWhitespace": "all"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"[nix]": {
|
||||||
|
"editor.formatOnSave": true,
|
||||||
|
"editor.formatOnType": true
|
||||||
|
},
|
||||||
|
|
||||||
"[dart]": {
|
"[dart]": {
|
||||||
// Automatically format code on save and during typing of certain characters
|
// Automatically format code on save and during typing of certain characters
|
||||||
// (like `;` and `}`).
|
// (like `;` and `}`).
|
||||||
|
Reference in New Issue
Block a user