reasonml / reason

Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems
http://reasonml.github.io
MIT License
10.08k stars 425 forks source link

Attributes and other expressions add single space as identation #2675

Open davesnx opened 1 year ago

davesnx commented 1 year ago

There are a few cases where single space is added as indentation, I’m not entirely sure if it’s on purpose but it looks like a bug. Some of the cases I have found are:

davesnx commented 1 year ago

Switch inside JSX. Reported here: https://github.com/reasonml/reason/issues/2561