aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-format
Commit message (Expand)AuthorAgeFilesLines
* misc updates: (#2587)•••- update dictionaries to newer versions - enable AlignConsecutiveAssignments and AlignConsecutiveDeclarations so they can be re-tested once we are ready to do so, its been fixed since clang 5 apparently. - update to Devel::PPPort 3.71 (cover more perl versions) and ExtUtils::ParseXS 3.51 (minimal changes)Gravatar Dessa2023-12-291-0/+2
* add clang-format setting to avoid starting commas (#2375)•••should match KVIrc style?Gravatar Benjamin Staneck2018-04-201-0/+1
* Minor refactor of KviAction.{cpp,h} (#2086)•••* Simplify KviActionCategory - Constructor moved to header because it's trivial - Destructor is unnecessary * Use move semantics in KviAction constructor * .clang-format: set AccessModifierOffset=-4 * Use move semantics in KviActionCategory constructor * Re-use KviAction::unregisterAccelerator when possible Gravatar Fylwind2016-08-041-0/+2
* Update my clang-format to 3.8.0•••Don't sort includes Gravatar Alexey Sokolov2016-04-301-0/+2
* Add config for clang-format.•••I tried to make the difference from the current style to be minimal. Most of differences are: * New line around "else" * Space between function arguments * Aligned declarations and assignments are disabled for now. See https://llvm.org/bugs/show_bug.cgi?id=27496 https://llvm.org/bugs/show_bug.cgi?id=27497 Gravatar Alexey Sokolov2016-04-291-0/+17