One thing about config files, that can help especially, is if the program reads it up, parses it, and then writes it back out (or at least can).
I don't know how many times I've been tripped up because an option set in the main file I was looking at was unset in some included file somewhere else in the line.
I don't know how many times I've been tripped up because an option set in the main file I was looking at was unset in some included file somewhere else in the line.