Changeset 388 for python/vendor/current/Misc/indent.pro
- Timestamp:
- Mar 19, 2014, 11:11:30 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/vendor/current/Misc/indent.pro
r2 r388 1 -sob 2 -nbad 3 -bap 4 -br 5 -nce 6 -ncs 7 -npcs 8 -i8 9 -ip8 10 -c25 1 --blank-lines-after-declarations 2 --blank-lines-after-procedures 3 --braces-after-func-def-line 4 --braces-on-if-line 5 --braces-on-struct-decl-line 6 --break-after-boolean-operator 7 --comment-indentation25 8 --comment-line-length79 9 --continue-at-parentheses 10 --dont-cuddle-do-while 11 --dont-cuddle-else 12 --indent-level4 13 --line-length79 14 --no-space-after-casts 15 --no-space-after-function-call-names 16 --no-space-after-parentheses 17 --no-tabs 18 --procnames-start-lines 19 --space-after-for 20 --space-after-if 21 --space-after-while 22 --swallow-optional-blank-lines 23 -T PyCFunction 11 24 -T PyObject 12 13 14 15
Note:
See TracChangeset
for help on using the changeset viewer.