With this setup I would like to obtain a simple nested indentation of 4 spaces, without special vertical indentation of function arguments, if-else conditions, and similar.
The value above seems to produce exactly the indentation I wish for – except for function arguments and if-conditions containing binary operators. Here is an example of indentations I obtain:
I would expect the second to be indented similarly to the first.
After trying several changes in the various ess-own-style-list subarguments, to no avail, I wonder whether there might be a bug somewhere. Happy to receive advice!
ess-version: [elpa: 20240803.1733]
GNU Emacs 29.4 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.20, cairo version 1.16.0) of 2024-07-28
The value of my custom-defined
ess-own-style-list
is as follows:With this setup I would like to obtain a simple nested indentation of 4 spaces, without special vertical indentation of function arguments, if-else conditions, and similar.
The value above seems to produce exactly the indentation I wish for – except for function arguments and
if
-conditions containing binary operators. Here is an example of indentations I obtain:I would expect the second to be indented similarly to the first.
After trying several changes in the various
ess-own-style-list
subarguments, to no avail, I wonder whether there might be a bug somewhere. Happy to receive advice!