feat: enable format on save and type for Nix files in VSCode settings
This commit is contained in:
parent
dc0aae414e
commit
0026a6d8dc
@ -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 `}`).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user