aboutsummaryrefslogtreecommitdiff
path: root/after/ftplugin/yaml.vim
AgeCommit message (Collapse)Author
2022-10-15use 2 spaces for tabs by defaultjdhao
This removes a lot of code duplication. If we want to use 4 spaces, we can set it separately in their ftplugin settings.
2021-08-09Move ftplugin to after/ftpluginjdhao
Make my own settings have the final say on how a filetype should behave, instead of some 3rd party plugins.
2021-01-17Use two spaces per tab for YAMLjdhao