repo.or.cz
/
factor
/
jcg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of git://factorcode.org/git/factor
[factor/jcg.git]
/
basis
/
prettyprint
/
config
/
config.factor
blob
d986791f94762a817a121729dd84cbf62fb947f7
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
17
4 tab-size set-global
18
64 margin set-global