add: modeline for vim
This commit is contained in:
parent
62ae988ae0
commit
a9c4fdc9b8
2 changed files with 4 additions and 0 deletions
|
@ -454,3 +454,5 @@
|
|||
[global/wm]
|
||||
margin-top = 0
|
||||
margin-bottom = 0
|
||||
|
||||
; vim: ft=dosini
|
||||
|
|
|
@ -15,6 +15,8 @@ set tabstop=4
|
|||
set shiftwidth=4
|
||||
set expandtab
|
||||
|
||||
set modeline
|
||||
|
||||
set encoding=utf-8
|
||||
|
||||
set nowrap
|
||||
|
|
Loading…
Reference in a new issue