Question
STM32CubeIDE Indentation and Generate Code
Whenever I generate code, the indentation is always 2 characters.
Even though the indentation is set to 4 characters in the settings,
it continues to be generated as 2 characters except for the user code.
Formatter > Indentation
Tab Policy : Spaces Only
Indentation Size : 4
Tab Size : 4
I always repeat the below actions after generating the code.
main.c > Select All (Ctrl+A) > Correct Indentation (Ctrl+I)
I always use 4 characters indentation in my S/W design.
but it is quite inconvenient.
and I would like to ask if there is any room for improvement this.
