Skip to content

Commit f446b98

Browse files
Rahmeen14gitmate-bot
authored andcommitted
Tutorial.rst: Change documentation about .coafile
Replaced the deprecated [Default] section by [cli]. Assigned True to use_spaces instead of yeah. These changes were made because the previous documentation was inconsistent with the observation upon execution of coala. Closes coala/coala#4968
1 parent 1b9281f commit f446b98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Users/Tutorial.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,10 @@ This should yield something like this:
148148

149149
::
150150

151-
[Default]
151+
[cli]
152152
bears = SpaceConsistencyBear
153153
files = src/*.c
154-
use_spaces = yeah
154+
use_spaces = True
155155

156156
If you now invoke ``coala`` it will parse this ``.coafile`` from your
157157
current directory. This makes it easy to specify once for your project

0 commit comments

Comments
 (0)