summaryrefslogtreecommitdiffstats
path: root/docs/ClangFormatStyleOptions.rst
Commit message (Expand)AuthorAgeFilesLines
* [clang-format] Add a SortUsingDeclaration option and enable it by defaultKrasimir Georgiev2017-06-231-0/+9
* [clang-format] Update dump_format_style.py to indent nested fieldsKrasimir Georgiev2017-06-231-102/+102
* [clang-format] Update style documentation, NFCKrasimir Georgiev2017-06-231-13/+96
* Correct documentation about the AfterClass clang-format optionEric Fiselier2017-06-151-5/+5
* Fix a mistake in the clang format documentation (BreakBeforeTernaryOperators)Sylvestre Ledru2017-06-061-1/+1
* [clang-format] Convert AlignEscapedNewlinesLeft to an enum, addingDaniel Jasper2017-05-081-15/+37
* Add more examples to clang-format configurationSylvestre Ledru2017-04-111-3/+66
* clang-format: Support formatting utf-8 character literals in C++11+ mode.Nico Weber2017-04-051-1/+2
* Fix some sphinx -Werror'sJonathan Roelofs2017-03-201-3/+3
* Add more examples to clang-format configurationSylvestre Ledru2017-03-201-2/+228
* [clang-format] Add more examples and fix a bug in the py generation scriptSylvestre Ledru2017-03-131-0/+291
* [clang-format] Add option to break before inheritance separation operator in ...Andi-Bogdan Postelnicu2017-03-101-0/+4
* Remove a useless subsitution in doxygen2rst which was incorrectly replacing *...Sylvestre Ledru2017-03-091-5/+5
* Add more examples to clang-format configurationSylvestre Ledru2017-03-081-1/+104
* Add examples to clang-format configurationSylvestre Ledru2017-03-061-0/+93
* [clang-format] Add a new flag FixNamespaceComments to FormatStyleKrasimir Georgiev2017-03-011-1/+14
* clang-format: Add SpaceAfterTemplateSylvestre Ledru2016-08-091-0/+3
* clang-format: Make include sorting's main include detection configurable.Daniel Jasper2016-03-211-0/+29
* Workaround doxygen bug https://bugzilla.gnome.org/show_bug.cgi?id=506243Alexander Kornienko2016-02-271-1/+1
* Fix a typo. NFCAlexander Kornienko2016-02-231-1/+1
* Clean up clang-format options documentation. NFCAlexander Kornienko2016-02-231-37/+85
* Update clang-format options docs.Alexander Kornienko2016-02-231-5/+26
* Fix some typos in the clang docSylvestre Ledru2016-02-141-1/+1
* Support AlwaysBreakAfterReturnTypeZachary Turner2015-12-181-2/+21
* clang-format: Add an additional value to AlignAfterOpenBracket: AlwaysBreak.Daniel Jasper2015-10-271-4/+28
* clang-format: Hopefully fix code blocks in docs.Daniel Jasper2015-10-071-0/+6
* clang-format: Add empty line before code-blocks in Docs.Daniel Jasper2015-10-061-0/+6
* clang-format: Make IncludeCategories configurable in .clang-format file.Daniel Jasper2015-10-061-14/+35
* clang-format: Small doc fix.Daniel Jasper2015-10-051-3/+3
* clang-format: Remove sentence in option cost threshold that weakens theDaniel Jasper2015-10-051-2/+0
* clang-format: Document threshold for adding new options.Daniel Jasper2015-10-051-0/+22
* clang-format: Add a new brace style "custom" as well as flags toDaniel Jasper2015-09-291-0/+38
* Add WebKit brace style configuration option.Roman Kashitsyn2015-08-101-1/+3
* clang-format: Add Mozilla brace breaking styleBirunthan Mohanathas2015-07-121-0/+3
* clang-format: Add MacroBlock{Begin,End} optionsBirunthan Mohanathas2015-07-031-0/+6
* clang-format: Add option to break after definition return type for top-level ...Birunthan Mohanathas2015-06-291-5/+12
* clang-format: Fix language of DisableFormat descriptionBirunthan Mohanathas2015-06-271-1/+1
* clang-format: Make AlwaysBreakBeforeMultilineStrings more conservative.Daniel Jasper2015-06-181-0/+5
* clang-format: Make SFS_Inline imply SFS_Empty.Daniel Jasper2015-06-111-18/+15
* Fix indentation problem introduced in r236964. NFCJonathan Roelofs2015-05-111-10/+10
* Fix formatting of a few code blocks. NFCJonathan Roelofs2015-05-111-6/+9
* clang-format: Add ability to align assignment operators.Daniel Jasper2015-04-291-0/+11
* clang-format: Escape '*' in generated flag documentation.Daniel Jasper2014-12-021-1/+1
* clang-format: Add option to suppress operator alignment.Daniel Jasper2014-12-021-1/+17
* clang-format: Update generated documentation with new flag.Daniel Jasper2014-10-281-0/+3
* Escaping a special character in the documentation.Aaron Ballman2014-10-091-1/+1
* clang-format: Add option to control call argument bin-packing separatelyDaniel Jasper2014-10-091-3/+9
* clang-format: Add documentation about disabling formatting.Daniel Jasper2014-10-071-0/+18
* [sphinx cleanup]Dan Liew2014-09-161-1/+1
* clang-format: Add option to break before non-assignment operators.Daniel Jasper2014-09-151-3/+13