Removed the notion of a "large" context. For simplicity, all contexts
[panda.git] / indent.sh
blob04b61ca9ffafe91d47e1c55152e41576e2b57d3b
1 #!/bin/sh
3 indent \
4 -nbad -bap -nbc -bbo -br -bls -ncdb -ce -cp1 -cs -di2 -cli0 \
5 -ndj -nfc1 -nfca -hnl -i4 -ip5 -lp -pcs -nprs -psl -saf -sai \
6 -saw -nsc -nsob -l100 \
8 -T st_oop_t \
9 -T st_smi_t \
10 -T st_association_t \
11 -T st_array_t \
12 -T st_byte_array_t \
13 -T st_float_array_t \
14 -T st_header_t \
15 -T st_heap_object_t \
16 -T st_large_integer_t \
17 -T st_behavior_t \
18 -T st_class_t \
19 -T st_metaclass_t \
20 -T st_compiled_code_t \
21 -T st_compiled_method_t \
22 -T st_compiled_block_t \
23 -T st_lexer_t \
24 -T st_lexer_token_t \
25 -T st_lexer_token_type_t \
26 -T st_lexer_error_t \
27 -T st_lexer_error_code_t \