electric-spacing
electric-spacing copied to clipboard
Insert operators with surrounding spaces smartly. (Refactored and successor of smart-operator.el).
Hi William, As I told you, I was working to extend electric-spacing for the R coding style based on what you did for C++. I did this in a new...
Dear William Xu (@xwl), In this pull request I send you the contributions made to adapt the electric-spacing for the R language. I preferred to create a new file, `electric-spacing-r`,...
well-formatted python looks like this: ```py a = 1 * 2 + 3 *4 some_function(foo, bar, force=True, silent=True) ``` this mode currently changes the second line to ```py some_function(foo, bar,...
1. Support for `!` operator 2. Fix spacing for `/` in js-modes 3. Fix spacing for `.`
inserts spaces after `addressof` ( `&`) operator in C.