Changeset 471 for library/system/astylerc
- Timestamp:
- 08/05/09 00:01:58 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/system/astylerc
r408 r471 29 29 pad=paren 30 30 unpad=paren 31 one-line=keep-blocks 31 32 #Don't want to break one-line blocks? Uncomment the following line... 33 #one-line=keep-blocks 34 #Code like: 35 # if (isFoo) 36 # { isFoo = false; cout << isFoo << endl; } 37 # then remains unchanged.