add: modeline for vim

This commit is contained in:
Tobias Reisinger 2020-02-14 13:10:01 +01:00
parent 62ae988ae0
commit a9c4fdc9b8
2 changed files with 4 additions and 0 deletions

View file

@ -454,3 +454,5 @@
[global/wm] [global/wm]
margin-top = 0 margin-top = 0
margin-bottom = 0 margin-bottom = 0
; vim: ft=dosini

View file

@ -15,6 +15,8 @@ set tabstop=4
set shiftwidth=4 set shiftwidth=4
set expandtab set expandtab
set modeline
set encoding=utf-8 set encoding=utf-8
set nowrap set nowrap