Mercurial > minori
view 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 |
line wrap: on
line source
--- BasedOnStyle: LLVM UseTab: ForIndentation PointerAlignment: Left ColumnLimit: 120 IndentWidth: 4 TabWidth: 4 IndentCaseLabels: true IndentPPDirectives: AfterHash BreakBeforeBraces: Attach BreakStringLiterals: true AlignAfterOpenBracket: Align AlignArrayOfStructures: Left AlignEscapedNewlines: DontAlign AlignConsecutiveMacros: true AllowShortIfStatementsOnASingleLine: false AllowShortBlocksOnASingleLine: Empty AllowShortEnumsOnASingleLine: false AllowShortFunctionsOnASingleLine: InlineOnly AllowShortCaseLabelsOnASingleLine: true --- Language: Cpp Standard: Cpp11