[vim] Add filetype for OpenSCAD

pull/28/head
Alpha Chen 9 years ago
parent 73bb0151d9
commit 5075da94fa

@ -0,0 +1,4 @@
setlocal tabstop=2
setlocal softtabstop=2
setlocal shiftwidth=2
setlocal expandtab

@ -0,0 +1 @@
au BufRead,BufNewFile *.scad setf openscad
Loading…
Cancel
Save