Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How does one set the tab width in Komodo Edit?

This is a rather simple done in Emacs or NEdit, but I could not find how to setup tab width in Komodo Edit (I use 7.1).

like image 258
user1134991 Avatar asked Jan 11 '13 08:01

user1134991


1 Answers

Komodo has a bug in the setting "Allow file contents to override tab settings". Here is the fix:

Go to: PreferencesEditorIndentation. From this screen, turn off "Allow file contents to override tab settings" as this is very buggy and can cause Komodo to override your settings (hence the need to change the per-file-setting in other people's solutions)

From this screen, check all other tab settings, and check the per-language settings in the drop down.

Now close all files and after reopening them the settings should now take effect permanently. This is a better solution as you will no longer have to go to each file and constantly reset the per-file indent settings.

like image 193
Bastion Avatar answered Sep 24 '22 15:09

Bastion