languages: nix formatter (#14046)

pull/12521/merge
kiara 2025-07-23 18:51:17 +02:00 committed by GitHub
parent 1e4bf6704a
commit 395a71bf53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -1022,6 +1022,7 @@ shebangs = []
comment-token = "#"
language-servers = [ "nil", "nixd" ]
indent = { tab-width = 2, unit = " " }
formatter = { command = "nixfmt" }
[[grammar]]
name = "nix"