mirror of
https://github.com/brl/mutter.git
synced 2024-11-10 07:56:14 -05:00
25cd2e12f9
For people using per project vimrc files, provide a vim config file that describes Cogl's coding style.
6 lines
122 B
VimL
6 lines
122 B
VimL
set tabstop=8
|
|
set softtabstop=2
|
|
set shiftwidth=2
|
|
set expandtab
|
|
set cinoptions=>4,n-2,{2,^-2,:0,=2,g0,h2,t0,+2,(0,u0,w1,m1
|