c9s / r3

libr3 is a high-performance path dispatching library. It compiles your route paths into a prefix tree (trie). By using the constructed prefix trie in the start-up time, you may dispatch your routes with efficiency
http://c9s.github.com/r3/bench.html
MIT License
814 stars 83 forks source link

Formatted the project using AStyle. #22

Closed thedrow closed 10 years ago

thedrow commented 10 years ago

You can pick another style but the formatting should be consistent in order to increase readability.

c9s commented 10 years ago

are they tabs or spaces for the indentation?

c9s commented 10 years ago

hmm I don't think it's a good idea to indent all files through the formatting program and I can't merge them with my local commits.

c9s commented 10 years ago

Please try to indent the blocks that you just modified when committing them instead of indenting them all. :)

thedrow commented 10 years ago

Let's decide on a the format you want and I'll hand you an AStyle configuration that matches it.

c9s commented 10 years ago

I actually don't mind re-formatting, but they are too many, I can't merge them with my local changes, too many conflicts.

c9s commented 10 years ago

as you see, there are other PR(s), this change also breaks other's changes.

please just indent the blocks that you've modified before you commit them.