Sublime Forum

Global Config Files on Windows 10

#1

Can anyone point me in the right direction on where Sublime Merge is looking for global config files on Windows 10? Specifically gitignore, but it’d be nice to have my main config included as well.

I currently utilize git in Windows via WSL, and have my configurations set for that (ie, ~/.gitignore_global).

I’ve had trouble finding where Sublime Merge is checking for git config files on Windows installs, especially when WSL is also involved.

Any input is appreciated!

EDIT: For those looking for a quick answer, Sublime Merge will look in your base User folder (C:/Users/youruser/) for a .gitconfig file.

0 Likes

#2

The list of supported git config files I’m aware of is in the debug info (Help > Debug Information) under the === Our Config Information === section.

0 Likes

#3

Thank you, @srbs - the debug information was exactly what I needed to see!

0 Likes