aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangformat/clangformatindenter.cpp
Commit message (Expand)AuthorAgeFilesLines
* ClangFormat: Change the logic how configuration is pickedIvan Donchevskii2019-03-051-1/+1
* ClangFormat: Fix crashes when new project is createdIvan Donchevskii2019-02-221-1/+4
* ClangFormat: Format edited chunks of file on saveIvan Donchevskii2019-02-051-0/+5
* ClangFormat: Format more code while typingIvan Donchevskii2019-02-051-0/+11
* ClangFormat: Introduce check to format code instead of indentingIvan Donchevskii2019-01-311-0/+6
* ClangFormat: Refactor indenter to allow ClangFormat unit-testsIvan Donchevskii2019-01-221-461/+8
* ClangFormat: Try to add ')' in case of no indentationIvan Donchevskii2019-01-211-29/+58
* ClangFormat: Remove reference from const parameterIvan Donchevskii2019-01-091-1/+1
* ClangTools: Apply indention/formatting after fix-itsIvan Donchevskii2018-12-211-5/+1
* ClangFormat: Return replacements from 'format' callIvan Donchevskii2018-12-111-122/+122
* ClangFormat: Fix the end offset for the reformat callIvan Donchevskii2018-12-051-3/+6
* ClangFormat: Trim space-only lines to properly indent themIvan Donchevskii2018-11-271-0/+14
* ClangFormat: Fix iteration through text blocksIvan Donchevskii2018-11-271-5/+24
* ClangFormat: Do not format text but indent onlyIvan Donchevskii2018-11-141-47/+56
* ClangFormat: Use relevant settings for each fileIvan Donchevskii2018-11-141-11/+16
* ClangFormat: Synchronize with C++ code style settingsIvan Donchevskii2018-11-081-33/+5
* ClangFormat: Fix text indentation after inserted snippetIvan Donchevskii2018-11-081-12/+14
* ClangFormat: Make more readable helper functionsIvan Donchevskii2018-10-241-22/+19
* Clang: Significantly improve ClangFormat plugin usabilityIvan Donchevskii2018-10-171-265/+235
* Clang: Fix ClangFormat build with clang-7Ivan Donchevskii2018-10-051-0/+7
* ClangFormat: Fix unused parameter warningTobias Hunger2018-09-121-0/+2
* ClangFormat: Fix warnings about signed/unsigned intTobias Hunger2018-09-121-2/+3
* ClangFormat: Fix warnings about fallthroughTobias Hunger2018-09-121-0/+2
* Clang: Use clang-format for indentationIvan Donchevskii2018-09-121-0/+498