Skip to content
Snippets Groups Projects
Commit 85032937 authored by Nitin Madhok's avatar Nitin Madhok
Browse files

Merge pull request #59 from babilen/dev-sorted-config

Sort options in my.cnf
parents 98b054fc 2dedb85d
Branches
Tags
No related merge requests found
......@@ -26,7 +26,7 @@
{%- if sdata %}
[{{ sname }}]
{%- for mparam, mvalue in sdata.items()|default([]) -%}
{%- for mparam, mvalue in sdata.items()|default([])|sort -%}
{%- set indents = 40 - mparam|count %}
{% if mvalue == "noarg_present" -%}
{{ mparam }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment