mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-08 08:00:20 +09:00
* Added IndentString function to retrun the string used for indentation (n-spaces or a tab) based on buffer settings * Combined redundant statements * Removed duplicate leading whitespace check * Better IndentString description * Fixed remainder logic that I broke