The following changes are focused upon: - Modularity - Doing away with globals - No heap allocations - Better command line interface - Switch from Xlib to XCB - More verbose type definitions - Implement a single-file config by utilising X-macros
8 lines
225 B
YAML
8 lines
225 B
YAML
BasedOnStyle: Google
|
|
IndentWidth: 4
|
|
InsertBraces: true
|
|
ColumnLimit: 79
|
|
AlignConsecutiveMacros: Consecutive
|
|
AllowShortFunctionsOnASingleLine: None
|
|
AllowShortLoopsOnASingleLine: false
|
|
AllowShortIfStatementsOnASingleLine: Never
|