diff options
| Commit | 387d063ce18d69c1e1b736017142cc3b5eb9401b (patch ) | |
|---|---|---|
| Author | Syndamia <kamen@syndamia.com> | 2022-10-04 15:00:57 +0300 |
| Committer | Syndamia <kamen@syndamia.com> | 2022-10-04 15:00:57 +0300 |
| Files | f6ee2e5246ee0c07dbddee2c1a2b3674b1ac4c69 | |
| dotfiles-387d063ce18d69c1e1b736017142cc3b5eb9401b.tar dotfiles-387d063ce18d69c1e1b736017142cc3b5eb9401b.tar.gz dotfiles-387d063ce18d69c1e1b736017142cc3b5eb9401b.zip | ||
| Parent | 70270b7006bd60388f71ff681c13c6929c74967d (diff) | |
[vim] Lisp files now do expandtab
1 files changed, 1 insertions, 0 deletions
| -rw-r--r-- | .vimrc | 1 |
@@ -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 {{{ |
