Mercurial > hgrepos > Python > libs > ConfigMix
diff doc/introduction.rst @ 142:fc2bd73f9e98
Sort extension list in the docu
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Sat, 07 Apr 2018 09:33:13 +0200 |
| parents | c87b0dc54e1d |
| children | d44ee758e31b |
line wrap: on
line diff
--- a/doc/introduction.rst Sat Apr 07 09:24:20 2018 +0200 +++ b/doc/introduction.rst Sat Apr 07 09:33:13 2018 +0200 @@ -159,18 +159,18 @@ By default filenames of the configuration files must have the extensions (case-insensitively): + ``.ini`` + for INI configuration files + + ``.json`` + for JSON configuration files + ``.py`` for Python configuration files ``.yml`` or ``.yaml`` for YAML configuration files - ``.json`` - for JSON configuration files - - ``.ini`` - for INI configuration files - .. _getting-values:
