My goal is to set Kate up to work properly on Python files but to use different settings (tabs not spaces) on other documents. I'm sure others are doing this, but I can't figure out a convenient solution. I appreciate any advice.
Kate has settings for indentation here:
- Click the Settings menu
- Click "Configure - Kate"
- On the right expand "Editor"
- Click "Indentation"
One option is "Default indentation mode". One choice for that setting is Python. However, I cannot find where to set (or even display) the options used for the Python choice.
Furthermore, it is not clear what is the interaction between "Default indentation mode" and the explicit settings for indentation on that page. Does one override the other?
Modes & Filetypes
, you can click the tool button next toVariables
to get a GUI popup for these settings. I found that quite helpful. Also worth noting that you may have to close and reopen the file before the new settings are applied to it. – MichaelK Mar 19 '21 at 12:15