summaryrefslogtreecommitdiff
path: root/docs/ClangFormatStyleOptions.rst
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Reverting changes from test commit.Mitchell Balan2019-10-091-2/+0
* [NFC] Test commit.Mitchell Balan2019-10-091-0/+2
* [clang-format][docs] Fix the Google C++ and Chromium style guide URLsPaul Hoad2019-10-061-1/+1
* [clang-format] SpacesInSquareBrackets should affect lambdas with parameters tooPaul Hoad2019-10-051-1/+2
* [Format] Fix docs after r373439Sam McCall2019-10-041-1/+2
* [clang-format] Add ability to wrap braces after multi-line control statementsPaul Hoad2019-10-031-15/+37
* [ClangFormat] Future-proof Standard option, allow floating or pinning to arbi...Sam McCall2019-10-021-6/+22
* [clang-format] Modified SortIncludes and IncludeCategories to priority for so...Paul Hoad2019-09-251-0/+9
* Clang-format: Add Whitesmiths indentation stylePaul Hoad2019-09-221-0/+28
* [clang-format] Add new style option IndentGotoLabelsPaul Hoad2019-09-121-0/+17
* [clang-format] Fix a bug that joins template closer and =Owen Pan2019-08-181-2/+2
* [clang-format] Expand AllowShortBlocksOnASingleLine for WebKitOwen Pan2019-08-111-3/+35
* [clang-format] Add SpaceInEmptyBlock option for WebKitOwen Pan2019-08-101-32/+41
* doc: Fix Google C++ Style Guide link.Rafael Stahl2019-07-291-1/+1
* clang-format: Add new style option AlignConsecutiveMacrosSam McCall2019-07-021-0/+14
* clang-format: better handle namespace macrosFrancois Ferrand2019-06-061-0/+13
* [clang-format][NFC] Fix BS_Allman style example in the header docs are genera...Jan Korous2019-06-051-6/+15
* [clang-format] Allow configuring list of function-like macros that resolve to...Francois Ferrand2019-05-291-0/+18
* [clang-format] Fix documentation for FixNamespaceCommentsOwen Pan2019-04-261-1/+1
* [clang-format] Add AfterCaseLabel to BraceWrappingOwen Pan2019-04-081-38/+60
* [clang-format] Optionally insert a space after unary ! operatorReuben Thomas2019-04-081-0/+7
* [clang-format] Add style option AllowShortLambdasOnASingleLineRonald Wampler2019-03-261-0/+39
* Clang-format: add finer-grained options for putting all arguments on one linePaul Hoad2019-03-231-0/+35
* [clang-format] Add basic support for formatting C# filesPaul Hoad2019-03-211-2/+12
* [clang-format] BeforeHash added to IndentPPDirectivesPaul Hoad2019-03-201-0/+10
* [clang-format] [PR25010] AllowShortIfStatementsOnASingleLine not working if a...Paul Hoad2019-03-131-2/+39
* Revert "[clang-format] [PR25010] AllowShortIfStatementsOnASingleLine not work...Paul Hoad2019-03-131-39/+2
* [clang-format] [PR25010] AllowShortIfStatementsOnASingleLine not working if a...Paul Hoad2019-03-131-2/+39
* [clang-format][docs][NFC] Fix example for Allman brace breaking styleJan Korous2019-03-051-6/+15
* [Documentation] Use HTTPS whenever possibleEugene Zelenko2019-01-231-3/+3
* Fix some typos in the clang doc.Sylvestre Ledru2019-01-011-1/+1
* Update our URLs in clang doc to use httpsSylvestre Ledru2018-11-041-3/+3
* Update the example of BS_Stroustrup to match what is done by clang-formatSylvestre Ledru2018-10-261-9/+6
* Hopefully fix the documentation generation issueSylvestre Ledru2018-10-221-2/+4
* Generate ClangFormatStyleOptions.rst from Format.h (using docs/tools/dump_for...Sylvestre Ledru2018-10-221-14/+42
* clang-format: better handle statement macrosFrancois Ferrand2018-10-021-0/+9
* clang-format: try to make the doc for ConstructorInitializerAllOnOneLineOrOne...Hans Wennborg2018-07-311-9/+13
* [clang-format ]Extend IncludeCategories regex documentationKrasimir Georgiev2018-07-251-0/+6
* Correct the code highlighting marker to be Objective-C rather than C++ which ...Aaron Ballman2018-06-281-1/+1
* clang-format: Fix documentation generationFrancois Ferrand2018-06-141-19/+21
* [clang-format] Add SpaceBeforeCpp11BracedList option.Hans Wennborg2018-06-141-0/+12
* clang-format: Introduce BreakInheritanceList optionFrancois Ferrand2018-06-111-13/+37
* clang-format: Allow optimizer to break template declaration.Francois Ferrand2018-05-161-7/+45
* [clang-format] Fix documentation for SpaceAfterCStyleCast optionKrasimir Georgiev2018-03-061-2/+50
* [clang-format] Add SpaceBeforeColon optionFrancois Ferrand2018-03-011-0/+26
* Fix typos of occurred and occurrenceMalcolm Parsons2018-01-241-1/+1
* [clang-format] Adds a canonical delimiter to raw string formattingKrasimir Georgiev2018-01-191-0/+4
* [clang-format] adds enclosing function detection to raw string formattingKrasimir Georgiev2018-01-171-21/+36
* [clang-format] Add option to group multiple #include blocks when sorting incl...Krasimir Georgiev2017-11-271-0/+39
* Indent code blocks so they are actually treated as suchStephan Bergmann2017-11-171-9/+9