summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2022-10-04 15:00:57 +0300
committerSyndamia <kamen@syndamia.com>2022-10-04 15:00:57 +0300
commit387d063ce18d69c1e1b736017142cc3b5eb9401b (patch)
treef6ee2e5246ee0c07dbddee2c1a2b3674b1ac4c69
parent70270b7006bd60388f71ff681c13c6929c74967d (diff)
downloaddotfiles-387d063ce18d69c1e1b736017142cc3b5eb9401b.tar
dotfiles-387d063ce18d69c1e1b736017142cc3b5eb9401b.tar.gz
dotfiles-387d063ce18d69c1e1b736017142cc3b5eb9401b.zip
[vim] Lisp files now do expandtab
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 63a1a6e..8f5ec56 100644
--- a/.vimrc
+++ b/.vimrc
@@ -76,6 +76,7 @@
autocmd BufRead,BufNewFile *.component.css set filetype=css
autocmd FileType css,ts setlocal ts=2 sw=2 sts=0 expandtab " Transform tabs in CSS and TS into 2 spaces
+ autocmd FileType lisp setlocal expandtab
" }}}
" Folding {{{