If I have the following in git's global `.gitconfig`: ```ini [delta] side-by-side = true ``` When I issue the following git command: ```sh $ git -c delta.side-by-side=false diff ./somefile ``` I still get a side by side view. `git -c` should always override the config file.