2

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".

Mario Galic
  • 47,285
  • 6
  • 56
  • 98
user794783
  • 3,619
  • 7
  • 36
  • 58

1 Answers1

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

enter image description here

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