style: use tabs instead of spaces

This commit is contained in:
TendTo 2022-08-25 01:43:01 +02:00
parent c6e3868249
commit f511755655
No known key found for this signature in database
GPG key ID: F506E4A645EE7355

View file

@ -1,10 +1,10 @@
<div class="mermaid">
{{ if .Get "theme" }}
%%{init: {'theme': '{{.Get "theme"}}'}}%%
{{ else if .Get "configuration" }}
%%{{.Get "configuration"}}%%
{{ else }}
%%{init: {'theme': 'dark', 'themeVariables': { 'nodeBorder': '#9ccc6c'}}}%%
{{ end }}
{{.Inner}}
{{ if .Get "theme" }}
%%{init: {'theme': '{{.Get "theme"}}'}}%%
{{ else if .Get "configuration" }}
%%{{.Get "configuration"}}%%
{{ else }}
%%{init: {'theme': 'dark', 'themeVariables': { 'nodeBorder': '#9ccc6c'}}}%%
{{ end }}
{{.Inner}}
</div>