vim:config:indentation:indentation_with_mixed_tabs_and_spaces
This is an old revision of the document!
VIM - Config - Indentation - Indentation with mixed tabs and spaces
To indent with mixed tabs and spaces.
set shiftwidth=2 set softtabstop=2
NOTE: These settings will cause as many hard tabs as possible being used for indentation, and spaces will be used to fill in the rest.
- If you want to distinguish between “indentation” and “alignment”, i.e., the number of hard tabs equals the indentation level, use the Smart Tabs plug-in.
- The principle is to set set shiftwidth and set softtabstop to the same value, leave expandtab at its default (noexpandtab).
- Usually, tabstop is left at its default value.
vim/config/indentation/indentation_with_mixed_tabs_and_spaces.1665238142.txt.gz · Last modified: 2022/10/08 14:09 by peter