Hi,
The indentation of my C source files is inconsistent, mixing tabs and spaces.
How can I fix this and set a consistent indentation style (tabs or spaces) in SlickEdit?
main.c:195:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
195 | if (!inode->i_cdev)
| ^~
Thanks in advance!