Skip to content

Commit 06f3bf1

Browse files
committed
Indent if blocks in config
1 parent c2e06be commit 06f3bf1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

home/.chezmoi.toml.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
{{ $gui := promptBoolOnce . "gui" "Enable GUI options" -}}
55
{{ $defaultPkgType := "brew" -}}
66
{{ if eq .chezmoi.os "linux" -}}
7-
{{ $defaultPkgType = "apt" -}}
7+
{{ $defaultPkgType = "apt" -}}
88
{{ end -}}
99
{{ $useLinuxBrew := false -}}
1010
{{ if eq .chezmoi.os "linux" -}}
11-
{{ $useLinuxBrew = promptBoolOnce . "useLinuxBrew" "Use LinuxBrew" -}}
11+
{{ $useLinuxBrew = promptBoolOnce . "useLinuxBrew" "Use LinuxBrew" -}}
1212
{{ end -}}
1313

1414
{{ $brewPrefix := "" -}}

0 commit comments

Comments
 (0)