Download:
child 256:2914bdac7125
parent 254:74e2f3a85081
255:5b4f830afebc
Anton Shestakov <av6@dwimlabs.net>, Sun, 15 Jan 2023 17:42:32 +0400
.vim: sort tabs/spaces-related lines in ftplugin/*.vim

3 файлов изменено, 6 вставок(+), 6 удалений(-) [+]
.vim/after/ftplugin/html.vim file | annotate | diff | comparison | revisions
.vim/after/ftplugin/svg.vim file | annotate | diff | comparison | revisions
.vim/after/ftplugin/yaml.vim file | annotate | diff | comparison | revisions
--- 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
--- 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
--- 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