# HG changeset patch # User Anton Shestakov <av6@dwimlabs.net> # Date 1673790152 -14400 # Node ID 5b4f830afebcdd20c8506f26afdf24799a58f7a8 # Parent 74e2f3a850816eec56434abbd04779b682c82707 .vim: sort tabs/spaces-related lines in ftplugin/*.vim diff -r 74e2f3a85081 -r 5b4f830afebc .vim/after/ftplugin/html.vim --- a/.vim/after/ftplugin/html.vim Thu Dec 29 17:23:49 2022 +0400 +++ b/.vim/after/ftplugin/html.vim Sun Jan 15 17:42:32 2023 +0400 @@ -1,3 +1,3 @@ -setlocal tabstop=2 +setlocal shiftwidth=2 setlocal softtabstop=2 -setlocal shiftwidth=2 +setlocal tabstop=2 diff -r 74e2f3a85081 -r 5b4f830afebc .vim/after/ftplugin/svg.vim --- a/.vim/after/ftplugin/svg.vim Thu Dec 29 17:23:49 2022 +0400 +++ b/.vim/after/ftplugin/svg.vim Sun Jan 15 17:42:32 2023 +0400 @@ -1,3 +1,3 @@ -setlocal tabstop=2 +setlocal shiftwidth=2 setlocal softtabstop=2 -setlocal shiftwidth=2 +setlocal tabstop=2 diff -r 74e2f3a85081 -r 5b4f830afebc .vim/after/ftplugin/yaml.vim --- a/.vim/after/ftplugin/yaml.vim Thu Dec 29 17:23:49 2022 +0400 +++ b/.vim/after/ftplugin/yaml.vim Sun Jan 15 17:42:32 2023 +0400 @@ -1,3 +1,3 @@ -setlocal tabstop=2 +setlocal shiftwidth=2 setlocal softtabstop=2 -setlocal shiftwidth=2 +setlocal tabstop=2