factor/basis/prettyprint/config/config.factor

22 lines
494 B
Factor
Raw Normal View History

! Copyright (C) 2003, 2008 Slava Pestov.
2007-09-20 18:09:08 -04:00
! See http://factorcode.org/license.txt for BSD license.
2008-04-20 06:15:46 -04:00
USING: arrays generic assocs io kernel math
2009-09-14 21:26:59 -04:00
namespaces sequences strings vectors words
2007-09-20 18:09:08 -04:00
continuations ;
IN: prettyprint.config
2007-09-20 18:09:08 -04:00
! Configuration
SYMBOL: tab-size
SYMBOL: margin
SYMBOL: nesting-limit
SYMBOL: length-limit
SYMBOL: line-limit
SYMBOL: number-base
SYMBOL: string-limit?
SYMBOL: boa-tuples?
SYMBOL: c-object-pointers?
2007-09-20 18:09:08 -04:00
4 tab-size set-global
64 margin set-global
10 number-base set-global