aboutsummaryrefslogtreecommitdiff
path: root/.vim/ftplugin/openscad.vim
blob: 02eb981c18dfc566da1bedb99416c58e1244af31 (plain)
1
2
3
4
5
6
setlocal tabstop=2
setlocal softtabstop=2
setlocal shiftwidth=2
setlocal expandtab

setlocal smartindent