aboutsummaryrefslogtreecommitdiff
path: root/docs/config.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/config.rst')
-rw-r--r--docs/config.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/config.rst b/docs/config.rst
index edd88d5..a8933d5 100644
--- a/docs/config.rst
+++ b/docs/config.rst
@@ -8,6 +8,16 @@ Configuration file
It looks for a ``minishell_test.cfg`` file in your project directory.
+Here is what the default configuration looks like:
+
+.. code-block:: cfg
+
+ .. include:: ../minishell_test/data/default.cfg
+
+Format used for the configuration file:
+
+https://docs.python.org/3/library/configparser.html#supported-ini-file-structure
+
Global
------