IntellIJ 2020.2 added Indentation-based brace handling
for Scala mentioned on the website here whatsnew. How do I disable this feature? I've searched for keywords "indent brace" and "brace handling" and cant see a setting that would disable it under "Code Style -> Scala".
Asked
Active
Viewed 192 times
2

Mario Galic
- 47,285
- 6
- 56
- 98

user794783
- 3,619
- 7
- 36
- 58
1 Answers
2
As per IntelliJ Scala Plugin 2020.2: Indentation-based Brace Handling search for
Editor | General | Smart Keys | Scala | Control curly braces based on line indentation

Mario Galic
- 47,285
- 6
- 56
- 98
-
Unchecking - Smart Keys | Scala | Add braces automatically. This worked. Thank you for the link. – user794783 Aug 26 '20 at 14:19