Don't need to block multiple thread access. Refactor and update a bit for an upcoming...
[zxing.git] / cpp / astyle-options
1 # Start with the java style
2 style=java
3
4 # Indent with 2 spaces
5 indent=spaces=2
6
7 # Insert space padding around operators
8 -p
9
10 # Unpad paren
11 -U
12