Mercurial > minori
view dep/animia/.clang-format @ 243:ed5ab3896666
autotools: add `-mwindows` and windows deploy script
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Mon, 22 Jan 2024 19:54:41 -0800 |
parents | 8a482049b968 |
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