[TIDY] move when statements, fix whitespace
Having the when condition of a task at the top instead of bottom is easiert to read. Also some spaces were another whitespace character on accident.
This commit is contained in:
parent
a9e89283a2
commit
a8285962a9
13 changed files with 74 additions and 74 deletions
|
@ -1,7 +1,7 @@
|
|||
{% if gitconfig_name is defined and gitconfig_email is defined %}
|
||||
[user]
|
||||
name = {{ gitconfig_name }}
|
||||
email = {{ gitconfig_email }}
|
||||
email = {{ gitconfig_email }}
|
||||
{% endif %}
|
||||
[core]
|
||||
excludesfile = ~/.gitignore_global
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue