Enable format on save for Nix files.
This commit is contained in:
parent
a5a7564bc7
commit
b273f13da0
|
@ -141,6 +141,9 @@
|
||||||
"editor.wordWrap": "wordWrapColumn",
|
"editor.wordWrap": "wordWrapColumn",
|
||||||
"editor.wordWrapColumn": 80
|
"editor.wordWrapColumn": 80
|
||||||
},
|
},
|
||||||
|
"[nix]": {
|
||||||
|
"editor.formatOnSave": true
|
||||||
|
},
|
||||||
"[python]": {
|
"[python]": {
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"editor.tabSize": 4
|
"editor.tabSize": 4
|
||||||
|
|
Loading…
Reference in New Issue