apply nit notes
Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
parent
78cb4538ee
commit
3f70f197f2
2 changed files with 72 additions and 26 deletions
|
@ -22,6 +22,9 @@
|
|||
# Inherits configuration values from different configuration files (a.k.a. config extensions).
|
||||
# Supports absolute paths, and uses the current directory (where the bootstrap was invoked)
|
||||
# as the base if the given path is not absolute.
|
||||
#
|
||||
# The overriding logic follows a right-to-left order. For example, in `include = ["a.toml", "b.toml"]`,
|
||||
# extension `b.toml` overrides `a.toml`. Also, parent extensions always overrides the inner ones.
|
||||
#include = []
|
||||
|
||||
# Keeps track of major changes made to this configuration.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue