feat(util/format): do not use colors by default
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
6fe362ef07
commit
3e18cdfeec
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue