feat(util/format): do not use colors by default

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2014-01-09 11:56:58 -08:00
parent 6fe362ef07
commit 3e18cdfeec

View file

@ -32,11 +32,7 @@
#endif
#ifndef LEAN_DEFAULT_PP_COLORS
#ifdef LEAN_WINDOWS
#define LEAN_DEFAULT_PP_COLORS false
#else
#define LEAN_DEFAULT_PP_COLORS true
#endif
#endif
#ifndef LEAN_KEYWORD_HIGHLIGHT_COLOR