Question
STM32Cube indent using 2 spaces, How can I change it to 4 spaces?
Posted on March 27, 2018 at 05:29
exp:
void function(void) {
int cubemode;
}
void function(void) {
int iexpect;
}
#indentexp:
void function(void) {
int cubemode;
}
void function(void) {
int iexpect;
}
#indentEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.