Created
October 5, 2025 06:48
-
-
Save fumin/0231d57687d142317cf6062c6662b06f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
runtime defaults.vim | |
autocmd FileType html setlocal shiftwidth=2 tabstop=2 | |
autocmd FileType html setlocal indentexpr= | |
autocmd FileType html setlocal noautoindent |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment