Compare commits
2 Commits
e2603d5006
...
3c49890f1d
Author | SHA1 | Date | |
---|---|---|---|
3c49890f1d | |||
6c1d71d65c |
@ -1,2 +1,5 @@
|
||||
gui:
|
||||
mainPanelSplitMode: "horizontal"
|
||||
git:
|
||||
commit:
|
||||
signOff: true
|
||||
|
@ -605,6 +605,9 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user