fluffos/testsuite/std/break_string.h
2020-03-11 21:53:17 -07:00

11 lines
263 B
C

#ifndef __BREAK_STRING_H
#define __BREAK_STRING_H
#define BS_LEAVE_MY_LFS 1
#define BS_SINGLE_SPACE 2
#define BS_BLOCK 4
#define BS_NO_PARINDENT 8
#define BS_INDENT_ONCE 16
#define BS_PREPEND_INDENT 32
#endif