Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 585 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 585 Bytes

auto-spacer

A little handy online tool for auto spacing code, partially based on the community Ruby Style Guide.

For example, it automatically adds or removes spaces around operators, punctuations, and parentheses/brackets.

It targets Ruby but would largely work for programming languages with similar set of operators.

Demo

URL: https://thuyihan1206.github.io/auto-spacer

Contribute

I know it's not perfect so if you found a problem, please feel free to submit an issue or pull request. Your support is of utmost importance.