]> gitweb.factorcode.org Git - factor.git/blob - basis/prettyprint/config/config.factor
Fixing failing unit tests in compiler.tree.propagation due to constraints
[factor.git] / basis / prettyprint / config / config.factor
1 ! Copyright (C) 2003, 2008 Slava Pestov.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: arrays generic assocs io kernel math
4 namespaces sequences strings io.styles vectors words
5 continuations ;
6 IN: prettyprint.config
7
8 ! Configuration
9 SYMBOL: tab-size
10 SYMBOL: margin
11 SYMBOL: nesting-limit
12 SYMBOL: length-limit
13 SYMBOL: line-limit
14 SYMBOL: string-limit?
15 SYMBOL: boa-tuples?
16 SYMBOL: c-object-pointers?
17
18 4 tab-size set-global
19 64 margin set-global