vim-indent-detect

A Vim plugin for handeling indentation.
git clone https://git.ce9e.org/vim-indent-detect.git

DateCommit messageAuthor
2024-04-20 09:42skip detection if editorconfig has been appliedTobias Bengfort
2023-06-11 06:43set softtabstop to -1Tobias Bengfort
2023-06-11 06:43use &g:shiftwidth instead of g:detectindent_preferred_indentTobias Bengfort
2023-06-06 13:40rm detectindent_preferred_expandtabTobias Bengfort
2023-06-06 13:39do not set default when no indent is foundTobias Bengfort
2020-05-20 05:44refactor optional argsTobias Bengfort
2019-02-23 18:12use autoload and explicit l: variablesTobias Bengfort
2016-10-20 17:40Create LICENSETobias Bengfort
2016-09-22 05:05space indent must be at least 2Tobias Bengfort
2016-09-11 23:59typoTobias Bengfort
2016-09-11 23:54add READMETobias Bengfort
2016-09-11 23:46fix: do not overwrite settingsTobias Bengfort
2016-09-11 23:17switch default to 4 spacesTobias Bengfort
2016-09-11 23:16optional width argument in shortcut commandsTobias Bengfort
2016-09-11 23:16detect arbitrary space indentationTobias Bengfort
2016-09-11 23:16GardeningTobias Bengfort
2016-09-11 23:15rename to DetectIndentTobias Bengfort
2016-09-11 23:15default parametersTobias Bengfort
2016-09-11 23:12add SetIndent functionTobias Bengfort