Hi all,
Im working a lot with PHP files, and I have my indentation set to tabs, all my code is manually indented with tabs.
The problem is that some files load with a tab width of 4, and some load with a tab width of 2.
I would like all files to have a default indentation width of 4. These are my settings which don’t seem to work:
"detect_indentation": true,
"tabSize": 4,
"translate_tabs_to_spaces": false,
"tab_size": 4,