Skip to content

Commit f3961b8

Browse files
committed
config desciption corrected for syntax_apply_indent
1 parent 7338db0 commit f3961b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,14 +104,14 @@ Config param | Default | Details
104104
`syntax_delim` | `\\|` | The delimiter that separates encoding from path_or_url. (Used in regex, thus escaped `\|`).
105105
`syntax_recurs_on` | `+` | The character to specify recurs_state on. (Used in regex).
106106
`syntax_recurs_off` | `-` | The character to specify recurs_state off. (Used in regex).
107+
`syntax_apply_indent`| `\>`| The character which stands for applying indentation found before the include for the lines included from the files.
107108
`content_cache_local` | `True` | Whether to cache content for local files.
108109
`content_cache_remote` | `True` | Whether to cache content for remote files.
109110
`content_cache_clean_local` | `False` | Whether to clean content cache for local files after processing all the includes
110111
`content_cache_clean_remote` | `False` | Whether to clean content cache for remote files after processing all the includes
111112
`allow_circular_inclusion` | `False` | Whether to allow circular inclusion. If allowed, the affected files will be included in non-recursive mode, otherwise it will raise an exception.
112113
`line_slice_separator` | `['','']` | A list of lines that will be used to separate parts specified by line slice syntax: 1-2,3-4,5 etc.
113114
`recursive_relative_path` | `False` | Whether include paths inside recursive files should be relative to the parent file path
114-
`apply_indent`| `\>`| The character which stands for applying indentation found before the include for the lines included from the files.
115115

116116
## Example with configuration
117117

0 commit comments

Comments
 (0)