Skip to content

Commit 4e6bf51

Browse files
committed
Add info
1 parent 3162b82 commit 4e6bf51

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

Users/toml_config.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ Naming, Scope and Location
88
--------------------------
99

1010
You can use up to three configuration files to configure your project.
11+
Two of these configuration files ``.coarc.toml`` and ``system_coafile.toml``
12+
can be same for any number of projects but ``.coafile.toml`` can be
13+
different for different projects.
1114

1215
1. A project-wide configuration file.
1316
2. A user-wide configuration file.
@@ -54,6 +57,10 @@ configuration files in TOML
5457
- A table is a collection of key-value pairs. Use a table for specifying
5558
a coala section.
5659

60+
A list of settings required to write configuration can be found at
61+
`Settings
62+
<http://api.coala.io/en/latest/Developers/coala_settings.html>`_
63+
5764
This is an example of a coala configuration file written in TOML
5865

5966
.. code::
@@ -229,8 +236,8 @@ For caofile users who want to write configuration in TOML
229236
[example.a]
230237
b = 'c'
231238
232-
For existing coala users
233-
-------------------------
239+
For existing coala users who want to use TOML
240+
---------------------------------------------
234241

235242
In this section we will see how to convert a complex coafile into
236243
a configuration file in TOML
@@ -305,4 +312,3 @@ Using the above rules we get a configuration file in TOML
305312
appends = 'bears'
306313
language = 'Python'
307314
remove_all_unused_imports = true
308-

0 commit comments

Comments
 (0)