summaryrefslogtreecommitdiffstats
path: root/.clang-format
AgeCommit message (Expand)Author
2023-03-15clang-format: Handle Objective-C(++) in configfwcd
2022-11-14Merge remote-tracking branch 'upstream/2.3' into mainDaniel Schürmann
2022-10-27[clang-format] Remove option ReflowComments: false to apply line limits to co...Daniel Schürmann
2022-10-20Merge remote-tracking branch 'upstream/2.3' into mainDaniel Schürmann
2022-10-19style: Fix formatting of YAML files using prettierJan Holthuis
2022-06-29fix: bump clang-format lang version to cpp20Swiftb0y
2021-12-06Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2021-12-06Delete inherited config settingUwe Klotz
2021-12-06ClangFormat: Add C++17 standardUwe Klotz
2021-06-12Enable StatementMacros in .clang-formatUwe Klotz
2020-06-12clang-format: Temporarily disable StatementMacrosUwe Klotz
2020-06-11clang-format: Define more StatementMacrosUwe Klotz
2020-06-11clang-format: Enable AlwaysBreakBeforeMultilineStringsUwe Klotz
2020-03-29fix typoDaniel Schürmann
2020-03-29Added line-length.py to call clang-format for lines > 100 onlyDaniel Schürmann
2019-08-07Add comment about customization of clang-format optionsUwe Klotz
2019-08-06Enforce a consistent pointer alignment (*/&) styleUwe Klotz
2019-05-09Disable space after template keywordUwe Klotz
2019-04-09Update formatting rules as discussed in PR #2077Uwe Klotz
2019-04-09Exclude .js files from auto-formattingUwe Klotz
2019-04-09Improve readability of range based for loopsUwe Klotz
2019-04-09Avoid inconsitent arg/param list stylesUwe Klotz
2019-04-09Remove spaces before range-based for loop colonUwe Klotz
2019-04-09Disable line length limit in auto-formattingUwe Klotz
2019-04-09Update formatting optionsUwe Klotz
2019-04-09Add .clang-format fileUwe Klotz