Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add "ij_continuation_indent_size" setting to .editorconfig (Graylog2#…
…6251) Since I updated IntelliJ to 2019.2, I noticed changed indentation behavior on line continuations. Instead of the standard 8 characters we are using everywhere, I now only get 4 characters of indentation. This is pretty annoying and also doesn't match the "standard" IntelliJ code style we are using for years. It looks like IntelliJ is now handling editorconfig files differently and now supports vendor specific settings. This change is adding the "ij_continuation_indent_size" IntelliJ specific editorconfig setting to restore the old behavior of 8 character indent for line continuations.
- Loading branch information