Compare commits

..

No commits in common. "3c49890f1d01a3a8039deedd0c23d2c3f7999c95" and "e2603d50069925ad67daac5d531e6a2b893d6956" have entirely different histories.

2 changed files with 0 additions and 6 deletions

View File

@ -1,5 +1,2 @@
gui:
mainPanelSplitMode: "horizontal"
git:
commit:
signOff: true

View File

@ -605,9 +605,6 @@ au BufNewFile,BufRead *.conf setfiletype conf
" Mikrotik
au BufNewFile,BufRead *.mikrotik setfiletype routeros
" Ebuild
au BufNewFile,BufRead,BufWritePre *.ebuild let g:shfmt_extra_args = '-ci -sr -s'
" Automatically deletes all trailing whitespace and newlines at end of file on save.
autocmd BufWritePre * %s/\s\+$//e
autocmd BufWritepre * %s/\n\+\%$//e