holgerbrandl / r4intellij

An integration of the R programming language into Intellij IDEA
BSD 2-Clause "Simplified" License
148 stars 28 forks source link

Preview for code style does not apply selected formatting #220

Open rillig opened 4 years ago

rillig commented 4 years ago

In Settings > Editor > Code Style > R, look at the example code to the right.

image

The displayed code has a space to the left of the : operator, even though the corresponding checkbox is unchecked.

The code should update whenever a code style item is changed. The code should demonstrate the effects of each code style item that can be changed.