mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 04:54:04 -08:00
13 lines
142 B
Plaintext
13 lines
142 B
Plaintext
|
# Start with the java style
|
||
|
style=java
|
||
|
|
||
|
# Indent with 2 spaces
|
||
|
indent=spaces=2
|
||
|
|
||
|
# Insert space padding around operators
|
||
|
-p
|
||
|
|
||
|
# Unpad paren
|
||
|
-U
|
||
|
|