The INI file format claims to support an option value that is split across multiple lines, if the lines after the first are indented. However, I see different behavior with the two settings
skip=*.adoc,./build_tests/*,
skip=*.adoc,
./build_tests/*,
The first works (skips a file with misspellings under build_tests/BAD), the second fails (reports the misspelling). Am I missing something about the INI file format that would allow this to work?
Attaching a zipfile with this minimal example.
codespell-config.zip
The INI file format claims to support an option value that is split across multiple lines, if the lines after the first are indented. However, I see different behavior with the two settings
The first works (skips a file with misspellings under build_tests/BAD), the second fails (reports the misspelling). Am I missing something about the INI file format that would allow this to work?
Attaching a zipfile with this minimal example.
codespell-config.zip