From 387d063ce18d69c1e1b736017142cc3b5eb9401b Mon Sep 17 00:00:00 2001 From: Syndamia Date: Tue, 4 Oct 2022 15:00:57 +0300 Subject: [vim] Lisp files now do expandtab --- .vimrc | 1 + 1 file changed, 1 insertion(+) 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 {{{ -- cgit v1.2.3