misc: Add a .vimrc file
For people using per project vimrc files, provide a vim config file that describes Cogl's coding style.
This commit is contained in:
parent
cb7433cce9
commit
25cd2e12f9
1 changed files with 5 additions and 0 deletions
5
.vimrc
Normal file
5
.vimrc
Normal file
|
@ -0,0 +1,5 @@
|
|||
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
|
Loading…
Add table
Reference in a new issue