I’d like to use tabs for indentation. I’ve set tab width to 4 spaces in Settings->Configure Kate->Editor->Editing.
I use [Ruby] Mimetypes=application/x-ruby Section=Scripts Variables=kate: indent-mode varindent; var-indent-indent-after ^( )(if|while|def|class|for).|\{[^\}]$|else|elsif|rescue|do|begin; var-indent-indent; var-indent-unindent end|else|elsif|rescue|^[^\{]\}; var-indent-triggerchars }def; space-indent off; indent-width 0; Wildcards=*.rb
Unfortunately the auto indenter does the following: “tab space space space” when it should be just “tab” without the spaces! Has anyone an idea how to do that?
More information about formatting options
Tab indentation?
I’d like to use tabs for indentation. I’ve set tab width to 4 spaces in Settings->Configure Kate->Editor->Editing.
I use [Ruby] Mimetypes=application/x-ruby Section=Scripts Variables=kate: indent-mode varindent; var-indent-indent-after ^( )(if|while|def|class|for).|\{[^\}]$|else|elsif|rescue|do|begin; var-indent-indent; var-indent-unindent end|else|elsif|rescue|^[^\{]\}; var-indent-triggerchars }def; space-indent off; indent-width 0; Wildcards=*.rb
Unfortunately the auto indenter does the following: “tab space space space” when it should be just “tab” without the spaces! Has anyone an idea how to do that?