How can I get Emacs to put padding spaces around opening brackets and operators on indentation ()?
feedback
|
|
As stated in other answers there are solutions to solve your problem. But, code beautifying is not always available as an option as you may be working on another project with another coding standard. The last thing you want to be doing when contributing to a project is messing with the style of the code before you submit your patch for these reasons:
Luckily, there is a half-way-house which will keep you and maintainers sane,
Not only will it make identifiers more readable, it will also place a space before your function brackets. | |||
|
feedback
|
|
You could advise the
| |||
|
feedback
|