Tool/software: Code Composer Studio
Using CCS 9.2, macOS 10.13;
CCS' preference General/Editors/Text Editors/Displayed tab width set to 2 seems not being recognized? Any edits with tabs remain displayed at 4 spaces.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
Using CCS 9.2, macOS 10.13;
CCS' preference General/Editors/Text Editors/Displayed tab width set to 2 seems not being recognized? Any edits with tabs remain displayed at 4 spaces.
joost said:What in the world is that "General/Editors/Text Editors/Displayed tab" setting doing then?
The setting under Window->Preferences->General->Editors->Text Editors applies to text files, (ie) non C/C++ source files. So if you have files with .txt extension for example, the settings here will apply to them.
For C/C++ source files the tab policy should be set from Window->Preferences->C/C++->Code Style->Formatter.