mirror of
https://github.com/fluffos/fluffos
synced 2026-08-12 18:26:06 -04:00
11 lines
263 B
C
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
|