diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-12-01 02:00:59 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-12-01 02:00:59 +0900 |
| commit | 91d93b09b5afc136d9795a2fe53400cc1958f4b3 (patch) | |
| tree | fd84a1860193e442782122b022215c4125e05eed /.config/vim | |
| parent | 3e42aeb18620857e290d5632ccd9fb24661fb775 (diff) | |
| download | dotfiles-91d93b09b5afc136d9795a2fe53400cc1958f4b3.tar.gz dotfiles-91d93b09b5afc136d9795a2fe53400cc1958f4b3.tar.zst dotfiles-91d93b09b5afc136d9795a2fe53400cc1958f4b3.zip | |
vim,nvim: change default indent size of PHP to 4
Diffstat (limited to '.config/vim')
| -rw-r--r-- | .config/vim/vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/vim/vimrc b/.config/vim/vimrc index d48e1db..7896545 100644 --- a/.config/vim/vimrc +++ b/.config/vim/vimrc @@ -209,7 +209,7 @@ autocmd Vimrc FileType lisp call SetIndentStyle(1, 2) autocmd Vimrc FileType lua call SetIndentStyle(1, 3) autocmd Vimrc FileType markdown call SetIndentStyle(1, 4) autocmd Vimrc FileType nix call SetIndentStyle(1, 2) -autocmd Vimrc FileType php call SetIndentStyle(1, 2) +autocmd Vimrc FileType php call SetIndentStyle(1, 4) autocmd Vimrc FileType python call SetIndentStyle(1, 4) autocmd Vimrc FileType ruby call SetIndentStyle(1, 2) autocmd Vimrc FileType satysfi call SetIndentStyle(1, 2) |
