Removed hardcoded value to use project ones
* ftplugin values override project ones, removing them fix the issue
This commit is contained in:
parent
d6e0993d0a
commit
8985a5dbe7
@ -1,5 +1,3 @@
|
||||
set colorcolumn=81
|
||||
set textwidth=80
|
||||
set cino=N-s
|
||||
|
||||
let g:cpp_attributes_highlight = 1
|
||||
|
||||
@ -1,5 +1,3 @@
|
||||
set colorcolumn=81
|
||||
set textwidth=80
|
||||
set cino=N-s
|
||||
|
||||
let g:cpp_attributes_highlight = 1
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
set colorcolumn=81
|
||||
"replace tabs with spaces
|
||||
set expandtab
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user