first commit
This commit is contained in:
4
profiles/base/.vim/after/ftplugin/lua.vim
Normal file
4
profiles/base/.vim/after/ftplugin/lua.vim
Normal file
@@ -0,0 +1,4 @@
|
||||
" set default tab width to 2 spaces
|
||||
set tabstop=2 " number of spaces that a tab counts for
|
||||
set shiftwidth=2 " size of an autoindented shift
|
||||
set softtabstop=0 " indentation size
|
||||
1
profiles/base/.vim/after/ftplugin/make.vim
Normal file
1
profiles/base/.vim/after/ftplugin/make.vim
Normal file
@@ -0,0 +1 @@
|
||||
set noexpandtab " use tabs instead of spaces
|
||||
Reference in New Issue
Block a user