aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangformat/clangformatbaseindenter.cpp
Commit message (Expand)AuthorAgeFilesLines
* ClangFormat: Adapt to clang 11 API changesChristian Kandeler2020-06-041-1/+1
* Editor: add formatter supportDavid Schulz2020-01-221-19/+1
* Utils: move text replacement helper to Utils::TextDavid Schulz2020-01-091-34/+34
* Editor: Rename format -> autoIndentDavid Schulz2020-01-091-3/+3
* ClangFormat: Fix indentation when empty lines are involvedIvan Donchevskii2019-04-021-25/+64
* ClangFormat: Fix GCC8 warningsOrgad Shaneh2019-04-011-2/+3
* ClangFormat: Extract switch statement into functionIvan Donchevskii2019-03-121-20/+24
* 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: 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: Improve dummy text guessing for empty linesIvan Donchevskii2019-03-071-15/+55
* ClangFormat: Add whitespace unit-tests and fix bugsIvan Donchevskii2019-03-061-22/+30
* ClangFormat: Enable includes sortingIvan Donchevskii2019-03-061-2/+18
* ClangFormat: Do not remove empty lines while only indentingIvan Donchevskii2019-03-061-15/+3
* ClangFormat: Do not apply "smart" formatting before new linesIvan Donchevskii2019-03-051-2/+2
* ClangFormat: Fix crashes when new project is createdIvan Donchevskii2019-02-221-2/+4
* ClangFormat: Fix the indentation for lines starting with ')'Ivan Donchevskii2019-02-221-8/+16
* ClangFormat: Refactor codeIvan Donchevskii2019-02-201-277/+251
* ClangFormat: Fix unit-testsIvan Donchevskii2019-02-191-63/+74
* ClangFormat: Improve mass indentation performanceIvan Donchevskii2019-02-191-92/+55
* ClangFormat: Clean up some code and and few unit-testsIvan Donchevskii2019-02-191-18/+17
* ClangFormat: Format multiple text ranges at onceIvan Donchevskii2019-02-191-50/+56
* ClangFormat: Improve formatting performance to reformat the whole fileIvan Donchevskii2019-02-121-61/+35
* ClangFormat: Take line context into account when formattingIvan Donchevskii2019-02-111-1/+40
* ClangFormat: Format more code while typingIvan Donchevskii2019-02-051-61/+179
* ClangFormat: Add cursor position to the indenter interfaceIvan Donchevskii2019-01-311-21/+34
* ClangFormat: Introduce check to format code instead of indentingIvan Donchevskii2019-01-311-2/+17
* 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-221-0/+500