aboutsummaryrefslogtreecommitdiffstats
path: root/conf/format-options.py
Commit message (Collapse)AuthorAgeFilesLines
* conf: Add support for escaping dots in section/option namesTobias Brunner2015-12-041-15/+27
|
* conf: Fix sorting of options with Python 3Tobias Brunner2014-05-131-2/+2
| | | | | | __cmp__() is not supported anymore with Python 3 and cmp() is deprecated. Instead rich comparisons should be used (only __lt__() is required for sorting).
* conf: print is a function in Python 3Tobias Brunner2014-05-131-13/+13
|
* conf: Add a format-options --nosort option to keep order of sections as definedMartin Willi2014-05-071-4/+10
|
* conf: Properly propagate whether a section is commented or notTobias Brunner2014-05-071-3/+4
|
* conf: Order settings in man page alphabeticallyTobias Brunner2014-03-311-5/+4
| | | | | For the config snippets the options are now explicitly ordered before subsections.
* conf: Script to convert option descriptions to man page and config snippets ↵Tobias Brunner2014-02-121-0/+337
added