aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangformat
Commit message (Expand)AuthorAgeFilesLines
...
| * ClangFormat: Reduce dummy text to minimum sizeIvan Donchevskii2019-03-121-3/+3
| * ClangFormat: Tweak dummy text for consecutive empty linesIvan Donchevskii2019-03-121-8/+23
| * ClangFormat: Fix the filepath to actually pick the selected configIvan Donchevskii2019-03-121-0/+7
| * ClangFormat: Indent closing brace on the new lineIvan Donchevskii2019-03-121-5/+18
| * ClangFormat: Simplify the dummy text for empty line heuristicsIvan Donchevskii2019-03-111-62/+53
| * ClangFormat: Use by default the same style as Qt Creator usesIvan Donchevskii2019-03-071-51/+104
| * ClangFormat: Improve dummy text guessing for empty linesIvan Donchevskii2019-03-071-15/+55
| * ClangFormat: Add context menu item to open current config fileIvan Donchevskii2019-03-074-3/+59
| * ClangFormat: Fix path for the overridden project configurationIvan Donchevskii2019-03-061-1/+2
| * ClangFormat: Add whitespace unit-tests and fix bugsIvan Donchevskii2019-03-062-23/+30
| * ClangFormat: Enable includes sortingIvan Donchevskii2019-03-061-2/+18
| * ClangFormat: Change plugin from "experimental" to "disabled by default"Ivan Donchevskii2019-03-061-1/+1
| * ClangFormat: Do not remove empty lines while only indentingIvan Donchevskii2019-03-061-15/+3
| * ClangFormat: Try to use existing file to override settingsIvan Donchevskii2019-03-061-10/+26
| * ClangFormat: Do not save settings if they are not overriddenIvan Donchevskii2019-03-061-0/+3
| * ClangFormat: Change the logic how configuration is pickedIvan Donchevskii2019-03-058-72/+142
| * ClangFormat: Do not apply "smart" formatting before new linesIvan Donchevskii2019-03-051-2/+2
* | Merge remote-tracking branch 'origin/4.9'Orgad Shaneh2019-03-019-108/+151
|\|
| * CppTools: Move code style snippets to a separate headerOrgad Shaneh2019-02-261-1/+1
| * ClangFormat: Add the preview text editor to the settingsIvan Donchevskii2019-02-224-3/+50
| * ClangFormat: Show .clang-format file as text instead of the tableIvan Donchevskii2019-02-222-78/+9
| * ClangFormat: Fix configuration files handlingIvan Donchevskii2019-02-221-14/+58
| * ClangFormat: Fix handling more complex stylesIvan Donchevskii2019-02-221-6/+0
| * ClangFormat: Fix crashes when new project is createdIvan Donchevskii2019-02-222-3/+8
| * ClangFormat: Warn about invalid option and restore the last styleIvan Donchevskii2019-02-221-0/+12
| * ClangFormat: Fix the indentation for lines starting with ')'Ivan Donchevskii2019-02-222-8/+17
| * Clang: Build clangformat only if clang/Format/Format.h existsNikolai Kosjar2019-02-211-0/+1
* | Plugins: Code cosmeticshjk2019-02-272-8/+0
|/
* ClangFormat: Refactor codeIvan Donchevskii2019-02-202-281/+257
* ClangFormat: Fix unit-testsIvan Donchevskii2019-02-192-64/+75
* ClangFormat: Improve mass indentation performanceIvan Donchevskii2019-02-192-98/+61
* ClangFormat: Clean up some code and and few unit-testsIvan Donchevskii2019-02-191-18/+17
* ClangFormat: Format multiple text ranges at onceIvan Donchevskii2019-02-192-54/+58
* ClangFormat: Improve formatting performance to reformat the whole fileIvan Donchevskii2019-02-122-65/+39
* ClangFormat: Take line context into account when formattingIvan Donchevskii2019-02-111-1/+40
* ClangFormat: Format edited chunks of file on saveIvan Donchevskii2019-02-057-1/+36
* ClangFormat: Format more code while typingIvan Donchevskii2019-02-0510-65/+247
* ClangFormat: Add cursor position to the indenter interfaceIvan Donchevskii2019-01-312-32/+52
* ClangFormat: Introduce check to format code instead of indentingIvan Donchevskii2019-01-3111-2/+163
* ClangFormat: Fix applying global settingsIvan Donchevskii2019-01-245-17/+25
* ClangFormat: Remove #pragma once from source fileOrgad Shaneh2019-01-231-2/+0
* ClangFormat: Reduce the amount of electric charactersIvan Donchevskii2019-01-221-2/+0
* ClangFormat: Refactor indenter to allow ClangFormat unit-testsIvan Donchevskii2019-01-228-490/+607
* ClangFormat: Try to add ')' in case of no indentationIvan Donchevskii2019-01-211-29/+58
* ClangFormat: Suppress -WcommentOrgad Shaneh2019-01-172-1/+8
* ClangFormat: Remove reference from const parameterIvan Donchevskii2019-01-091-1/+1
* ClangTools: Apply indention/formatting after fix-itsIvan Donchevskii2018-12-212-5/+2
* ClangFormat: Return replacements from 'format' callIvan Donchevskii2018-12-112-125/+125
* Merge remote-tracking branch 'origin/4.8'Eike Ziller2018-12-071-3/+6
|\
| * ClangFormat: Fix the end offset for the reformat callIvan Donchevskii2018-12-051-3/+6