1
Fork 0

Enable format on save for Nix files.

This commit is contained in:
Bauke 2023-03-27 13:16:59 +02:00
parent a5a7564bc7
commit b273f13da0
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 3 additions and 0 deletions

View File

@ -141,6 +141,9 @@
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 80
},
"[nix]": {
"editor.formatOnSave": true
},
"[python]": {
"editor.formatOnSave": true,
"editor.tabSize": 4