README.md in ruby-beautify-0.97.2 vs README.md in ruby-beautify-0.97.3
- old
+ new
@@ -50,10 +50,10 @@
It can use a configuration file like some of the other ruby projects out there. The config file consists of each argument on a new line. Something like this:
```
--spaces
---ident_count=2
+--indent_count=2
```
Note, you'll have to add the equal sign between value and argument (tricky bit, that).
Placing this into a `.ruby-beautify` anywhere in your tree (like git) will work. This allows you to put it at the root of a project and have it change the defaults anywhere in the project.