Skip to content

Commit cf4ebcf

Browse files
author
mridubhatnagar
committed
coafile.rst: New section inheritance documentation
Use of explicit inheritance and addition of reason for deprecating implicit inheritance. Closes coala#428
1 parent 43c9d82 commit cf4ebcf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Users/coafile.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@ This is the same file without section inheritance::
8585
other = some_other_value
8686

8787
All settings must be part of a section, so don't do this for implicit
88-
inheritance (this is also deprecated behavior)::
88+
inheritance (this is also deprecated behavior). Implicit inheritance
89+
was leading to a section automatically getting inherited to all other
90+
sections without semantically making sense.
8991

9092
# bad!
9193
setting1 = 1

0 commit comments

Comments
 (0)