HookyQR / VSCodeBeautify

Enable js-beautify (https://github.com/beautify-web/js-beautify) in VS Code
MIT License
607 stars 178 forks source link

After indent, the number and f are spaced, so the float is not recognized. #383

Open abaeaeq opened 3 years ago

abaeaeq commented 3 years ago

For example, 0.7f becomes 0.7 f after indent, so it is not recognized as a single real number.