Testing with jinja white space control.
This commit is contained in:
parent
592ec823f8
commit
b2cadca585
1 changed files with 2 additions and 2 deletions
|
@ -36,9 +36,9 @@ values."
|
||||||
;; Uncomment some layer names and press <SPC f e R> (Vim style) or
|
;; Uncomment some layer names and press <SPC f e R> (Vim style) or
|
||||||
;; <M-m f e R> (Emacs style) to install them.
|
;; <M-m f e R> (Emacs style) to install them.
|
||||||
;; ----------------------------------------------------------------
|
;; ----------------------------------------------------------------
|
||||||
{% if grains['os'] == 'macOS' %}
|
{%- if grains['os'] == 'macOS' -%}
|
||||||
osx
|
osx
|
||||||
{% endif %}
|
{%- endif -%}
|
||||||
helm
|
helm
|
||||||
auto-completion
|
auto-completion
|
||||||
;; better-defaults
|
;; better-defaults
|
||||||
|
|
Loading…
Reference in a new issue