cleaning up

This commit is contained in:
Ellen Arvidsson 2025-06-18 20:13:25 +02:00
parent 8f38a1df7b
commit 5bad8ef7a8
24 changed files with 287 additions and 187 deletions

8
indent/c.vim Normal file
View file

@ -0,0 +1,8 @@
set softtabstop=8 shiftwidth=8 noexpandtab
set cinoptions=(4,+4,m1,:0
" For cpp: E-s,
set fo=croqlj/
set tw=80

6
indent/cpp.vim Normal file
View file

@ -0,0 +1,6 @@
set cinoptions=(4,:0
set fo=croqlj/
set tw=80
set colorcolumn=+0

3
indent/markdown.vim Normal file
View file

@ -0,0 +1,3 @@
set tw=79
set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab