Emacs ESS R: how to achieve a simple indentation of 4 with respect to previous line, disregarding parentheses?
I would like to indent R code without alignment to open brackets of any kind (no matter whether they are associated with functions, if-statements, and similar). In other words, I’d like to indent simply by increasing the indentation by 4 spaces with respect to the previous indentation.