mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
16 lines
212 B
JSON
16 lines
212 B
JSON
![]() |
{
|
||
|
"languages": {
|
||
|
"nix": {
|
||
|
"enable_language_server": true
|
||
|
}
|
||
|
},
|
||
|
"formatter": {
|
||
|
"external": {
|
||
|
"command": "nixfmt",
|
||
|
"arguments": ["-"],
|
||
|
"standalone": true
|
||
|
}
|
||
|
},
|
||
|
"format_on_save": "on"
|
||
|
}
|