@@ -8,6 +8,9 @@ Naming, Scope and Location
88--------------------------
99
1010You 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
12151. A project-wide configuration file.
13162. 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+
5764This 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
235242In this section we will see how to convert a complex coafile into
236243a 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