mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 09:35:12 -05:00
15 lines
212 B
JSON
Executable file
15 lines
212 B
JSON
Executable file
{
|
|
"languages": {
|
|
"nix": {
|
|
"enable_language_server": true
|
|
}
|
|
},
|
|
"formatter": {
|
|
"external": {
|
|
"command": "nixfmt",
|
|
"arguments": ["-"],
|
|
"standalone": true
|
|
}
|
|
},
|
|
"format_on_save": "on"
|
|
}
|