Update README.md

This commit is contained in:
neoe 2018-03-29 16:12:57 +08:00 committed by GitHub
parent dd9efcbb22
commit a8e6139ded
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -21,7 +21,6 @@ Files cause formatting error will be picked up automatically and save to .fmt-er
I have tried several lua formatters online but no one work good, so I wrote this really works thing.
# What should a formatter be?
* Formatted result should still can be compiled, and correct.
* A -format-> B -format(again)-> C, B should be same with C.
* Formatted result should be easy to be read and _beautiful_ .
* Don't use it on Python sources.
* Result should still compiles.
* `A` -format-> `B` -format(again)-> `C`, then `B` should be same with `C`.
* Result should be _beautiful_ to read.