feat(neovim): add stylelint and fix indent
This commit is contained in:
parent
044362378a
commit
afe7f10128
3 changed files with 4 additions and 4 deletions
common/modules/neovim/config
|
@ -1,6 +1,6 @@
|
|||
set smartindent
|
||||
|
||||
" by default, the indent is 2 spaces.
|
||||
set smartindent
|
||||
set expandtab
|
||||
set shiftwidth=2
|
||||
set softtabstop=2
|
||||
set tabstop=2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue