comparison dep/animia/.clang-format @ 216:8a482049b968

dep/animia: win/wayland: add UNTESTED support for wlroots protocols
author Paper <mrpapersonic@gmail.com>
date Sun, 07 Jan 2024 12:42:10 -0500
parents fe719c109dbc
children
comparison
equal deleted inserted replaced
215:031a257ee019 216:8a482049b968
3 UseTab: ForIndentation 3 UseTab: ForIndentation
4 PointerAlignment: Left 4 PointerAlignment: Left
5 ColumnLimit: 120 5 ColumnLimit: 120
6 IndentWidth: 4 6 IndentWidth: 4
7 TabWidth: 4 7 TabWidth: 4
8 AccessModifierOffset: 4
9 8
10 IndentCaseLabels: true 9 IndentCaseLabels: true
11 IndentAccessModifiers: true
12 IndentPPDirectives: AfterHash 10 IndentPPDirectives: AfterHash
13 11
14 BreakBeforeBraces: Attach 12 BreakBeforeBraces: Attach
15 BreakStringLiterals: true 13 BreakStringLiterals: true
16 14