feat: Set json format indent style to 'space'

This commit is contained in:
ulic-youthlic 2026-01-26 12:12:30 +08:00
parent bde2f548e0
commit 0cee25c337
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
4 changed files with 511 additions and 510 deletions

View file

@ -1,12 +1,12 @@
{
"languages": {
"Nix": {
"formatter": {
"external": {
"command": "alejandra",
"arguments": ["-"]
}
}
}
}
"languages": {
"Nix": {
"formatter": {
"external": {
"command": "alejandra",
"arguments": ["-"]
}
}
}
}
}