@@ -8,6 +8,9 @@ Naming, Scope and Location
8
8
--------------------------
9
9
10
10
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.
11
14
12
15
1. A project-wide configuration file.
13
16
2. A user-wide configuration file.
@@ -54,6 +57,10 @@ configuration files in TOML
54
57
- A table is a collection of key-value pairs. Use a table for specifying
55
58
a coala section.
56
59
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
+
57
64
This is an example of a coala configuration file written in TOML
58
65
59
66
.. code ::
@@ -229,8 +236,8 @@ For caofile users who want to write configuration in TOML
229
236
[example.a]
230
237
b = 'c'
231
238
232
- For existing coala users
233
- -------------------------
239
+ For existing coala users who want to use TOML
240
+ ---------------------------------------------
234
241
235
242
In this section we will see how to convert a complex coafile into
236
243
a configuration file in TOML
@@ -305,4 +312,3 @@ Using the above rules we get a configuration file in TOML
305
312
appends = 'bears'
306
313
language = 'Python'
307
314
remove_all_unused_imports = true
308
-
0 commit comments