A trick you can do to find out individual settings files, is:
- In your
~/.configfolder, rungit init. git add .git commit -m "Initial commit"- Change a setting in the GUI.
- Run
git statusorgit diffto see which file got changed.
You can then run git restore . and repeat from step 4.
If you're done checking settings, just delete ~/.config/.git/.