aboutsummaryrefslogtreecommitdiff
path: root/contrib/clang-format
AgeCommit message (Collapse)AuthorFilesLines
2023-06-03Add more ForEachMacros to clang-format fileLehua Ding1-1/+9
contrib/ * clang-format (ForEachMacros): Add missing cases for EXECUTE_IF_... macros.
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-08-19Add further FOR_EACH_ macrosStefan Schulze Frielinghaus1-0/+63
contrib/ChangeLog: * clang-format: Add further FOR_EACH_ macros.
2020-09-17Autodetect C++ dialect in use for clang-formatDimitrij Mojoski1-1/+1
PR other//97076 * clang-format: Autodetect C++ standard in use rather than forcing C++03.
2019-09-18Tweak clang-format configuration.Martin Liska1-4/+16
2019-09-18 Martin Liska <mliska@suse.cz> * clang-format: Tweak configuration based on new options offered. From-SVN: r275875
2015-11-20clang-format: split content of a list to multiple linesMartin Liska1-1/+84
* clang-format: Split content of a list to multiple lines. From-SVN: r230654
2015-11-19clang-format: Enhance list of FOR_EACH macrosMartin Liska1-1/+1
* clang-format: Enhance list of FOR_EACH macros. From-SVN: r230602
2015-11-19Add clang-format config to contrib folderMartin Liska1-0/+55
* .gitignore: Add .clang-format to ignored files. * Makefile.in: Add clang-format. * Makefile.tpl: Likewise. * clang-format: New file. From-SVN: r230601