diff --git a/.gitconfig b/.gitconfig index 529f74c..a73ad4b 100644 --- a/.gitconfig +++ b/.gitconfig @@ -32,8 +32,8 @@ # Change to fx. vim or something else for default editor when writing commit messages. editor = nano #editor = vim - # If you prefer using Notepad++ on 64bit Windows, uncomment this and outcomment editor above. - #editor = 'C:/Program Files (x86)/Notepad++/notepad++.exe' -multiInst -notabbar -nosession -noPlugin + # If you prefer using Notepad++ on Windows, uncomment this and comment out editor above. + #editor = 'C:/Program Files/Notepad++/notepad++.exe' -multiInst -notabbar -nosession -noPlugin whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol safecrlf = false [web]