changeset 142:fc2bd73f9e98

Sort extension list in the docu
author Franz Glasner <hg@dom66.de>
date Sat, 07 Apr 2018 09:33:13 +0200
parents 647782859ae1
children 252645c69c7b
files doc/introduction.rst
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
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: