refactor: uncrustify #16090

This commit is contained in:
dundargoc
2021-10-30 02:23:20 +02:00
committed by GitHub
parent 16d06fa3eb
commit 4472c56d54
51 changed files with 293 additions and 328 deletions

View File

@@ -24,13 +24,13 @@ typedef enum {
SHAPE_IDX_MORE = 14, ///< Hit-return or More
SHAPE_IDX_MOREL = 15, ///< Hit-return or More in last line
SHAPE_IDX_SM = 16, ///< showing matching paren
SHAPE_IDX_COUNT = 17
SHAPE_IDX_COUNT = 17,
} ModeShape;
typedef enum {
SHAPE_BLOCK = 0, ///< block cursor
SHAPE_HOR = 1, ///< horizontal bar cursor
SHAPE_VER = 2 ///< vertical bar cursor
SHAPE_VER = 2, ///< vertical bar cursor
} CursorShape;
#define MSHAPE_NUMBERED 1000 // offset for shapes identified by number