Compare commits
No commits in common. "3c49890f1d01a3a8039deedd0c23d2c3f7999c95" and "e2603d50069925ad67daac5d531e6a2b893d6956" have entirely different histories.
3c49890f1d
...
e2603d5006
@ -1,5 +1,2 @@
|
|||||||
gui:
|
gui:
|
||||||
mainPanelSplitMode: "horizontal"
|
mainPanelSplitMode: "horizontal"
|
||||||
git:
|
|
||||||
commit:
|
|
||||||
signOff: true
|
|
||||||
|
@ -605,9 +605,6 @@ au BufNewFile,BufRead *.conf setfiletype conf
|
|||||||
" Mikrotik
|
" Mikrotik
|
||||||
au BufNewFile,BufRead *.mikrotik setfiletype routeros
|
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.
|
" Automatically deletes all trailing whitespace and newlines at end of file on save.
|
||||||
autocmd BufWritePre * %s/\s\+$//e
|
autocmd BufWritePre * %s/\s\+$//e
|
||||||
autocmd BufWritepre * %s/\n\+\%$//e
|
autocmd BufWritepre * %s/\n\+\%$//e
|
||||||
|
Loading…
Reference in New Issue
Block a user