For some reason, when Iām using a tab, it is using 2 spaces. Even when I installed a package clang-format for sublime text and told it to use 4 spaces for indentation, it also used 2 spaces. Please fix this issue. Because I use 4 spaces in tabs.
Tab size 4 is not working in sublime text 4113 version
rajin100000
#1
0 Likes
bschaaf
#2
Indentation by default is auto-detected from your code. You can disable this using the "detect_indentation"
setting. Indentation level can be set from the menu View > Indentation
.
0 Likes