summaryrefslogtreecommitdiff
path: root/docs/ClangFormatStyleOptions.rst
AgeCommit message (Expand)Author
2017-11-27[clang-format] Add option to group multiple #include blocks when sorting incl...Krasimir Georgiev
2017-11-17Indent code blocks so they are actually treated as suchStephan Bergmann
2017-11-09[clang-format] Keep Sphinx happy after r317794Krasimir Georgiev
2017-11-09[clang-format] Sort using declarations by splitting on '::'Krasimir Georgiev
2017-10-12Split the AlignTrailingComments on several lines. The comments were applied t...Sylvestre Ledru
2017-09-15[clang-format] New flag - BraceWrapping.AfterExternBlockKrasimir Georgiev
2017-09-07[clang-format] Fix documentation for AllowAllParametersOfDeclarationOnNextLineDaniel Jasper
2017-09-07Add an usage example of BreakBeforeBracesSylvestre Ledru
2017-09-07Refresh the clang format options doc with the recent changesSylvestre Ledru
2017-08-30clang-format: Add preprocessor directive indentationKrasimir Georgiev
2017-06-23[clang-format] Add a SortUsingDeclaration option and enable it by defaultKrasimir Georgiev
2017-06-23[clang-format] Update dump_format_style.py to indent nested fieldsKrasimir Georgiev
2017-06-23[clang-format] Update style documentation, NFCKrasimir Georgiev
2017-06-15Correct documentation about the AfterClass clang-format optionEric Fiselier
2017-06-06Fix a mistake in the clang format documentation (BreakBeforeTernaryOperators)Sylvestre Ledru
2017-05-08[clang-format] Convert AlignEscapedNewlinesLeft to an enum, addingDaniel Jasper
2017-04-11Add more examples to clang-format configurationSylvestre Ledru
2017-04-05clang-format: Support formatting utf-8 character literals in C++11+ mode.Nico Weber
2017-03-20Fix some sphinx -Werror'sJonathan Roelofs
2017-03-20Add more examples to clang-format configurationSylvestre Ledru
2017-03-13[clang-format] Add more examples and fix a bug in the py generation scriptSylvestre Ledru
2017-03-10[clang-format] Add option to break before inheritance separation operator in ...Andi-Bogdan Postelnicu
2017-03-09Remove a useless subsitution in doxygen2rst which was incorrectly replacing *...Sylvestre Ledru
2017-03-08Add more examples to clang-format configurationSylvestre Ledru
2017-03-06Add examples to clang-format configurationSylvestre Ledru
2017-03-01[clang-format] Add a new flag FixNamespaceComments to FormatStyleKrasimir Georgiev
2016-08-09clang-format: Add SpaceAfterTemplateSylvestre Ledru
2016-03-21clang-format: Make include sorting's main include detection configurable.Daniel Jasper
2016-02-27Workaround doxygen bug https://bugzilla.gnome.org/show_bug.cgi?id=506243Alexander Kornienko
2016-02-23Fix a typo. NFCAlexander Kornienko
2016-02-23Clean up clang-format options documentation. NFCAlexander Kornienko
2016-02-23Update clang-format options docs.Alexander Kornienko
2016-02-14Fix some typos in the clang docSylvestre Ledru
2015-12-18Support AlwaysBreakAfterReturnTypeZachary Turner
2015-10-27clang-format: Add an additional value to AlignAfterOpenBracket: AlwaysBreak.Daniel Jasper
2015-10-07clang-format: Hopefully fix code blocks in docs.Daniel Jasper
2015-10-06clang-format: Add empty line before code-blocks in Docs.Daniel Jasper
2015-10-06clang-format: Make IncludeCategories configurable in .clang-format file.Daniel Jasper
2015-10-05clang-format: Small doc fix.Daniel Jasper
2015-10-05clang-format: Remove sentence in option cost threshold that weakens theDaniel Jasper
2015-10-05clang-format: Document threshold for adding new options.Daniel Jasper
2015-09-29clang-format: Add a new brace style "custom" as well as flags toDaniel Jasper
2015-08-10Add WebKit brace style configuration option.Roman Kashitsyn
2015-07-12clang-format: Add Mozilla brace breaking styleBirunthan Mohanathas
2015-07-03clang-format: Add MacroBlock{Begin,End} optionsBirunthan Mohanathas
2015-06-29clang-format: Add option to break after definition return type for top-level ...Birunthan Mohanathas
2015-06-27clang-format: Fix language of DisableFormat descriptionBirunthan Mohanathas
2015-06-18clang-format: Make AlwaysBreakBeforeMultilineStrings more conservative.Daniel Jasper
2015-06-11clang-format: Make SFS_Inline imply SFS_Empty.Daniel Jasper
2015-05-11Fix indentation problem introduced in r236964. NFCJonathan Roelofs