scala-ide / scalariform

Scala source code formatter
http://scala-ide.github.com/scalariform/
MIT License
527 stars 148 forks source link

useUnicodeArrows=false rewriteArrowSymbols=true does not work #289

Open FFdhorkin opened 4 years ago

FFdhorkin commented 4 years ago

The docs say for rewriteArrowSymbols:

Replace arrow tokens uniformly, either as Unicode symbols or as ASCII, depending on the setting of useUnicodeArrows. Starting from Scala 2.13, unicode arrows are deprecated.

However, my .scalariform.conf file has

useUnicodeArrows=false rewriteArrowSymbols=true

and it still is replacing => with .