aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangformat/clangformatbaseindenter.h
Commit message (Expand)AuthorAgeFilesLines
* Utils: move text replacement helper to Utils::TextDavid Schulz2020-01-091-12/+12
* Editor: Rename format -> autoIndentDavid Schulz2020-01-091-5/+4
* ClangFormat: Add whitespace unit-tests and fix bugsIvan Donchevskii2019-03-061-1/+0
* ClangFormat: Fix the indentation for lines starting with ')'Ivan Donchevskii2019-02-221-0/+1
* ClangFormat: Refactor codeIvan Donchevskii2019-02-201-4/+6
* ClangFormat: Fix unit-testsIvan Donchevskii2019-02-191-1/+1
* ClangFormat: Improve mass indentation performanceIvan Donchevskii2019-02-191-6/+6
* ClangFormat: Format multiple text ranges at onceIvan Donchevskii2019-02-191-4/+2
* ClangFormat: Improve formatting performance to reformat the whole fileIvan Donchevskii2019-02-121-4/+4
* ClangFormat: Format more code while typingIvan Donchevskii2019-02-051-1/+9
* ClangFormat: Add cursor position to the indenter interfaceIvan Donchevskii2019-01-311-11/+18
* ClangFormat: Introduce check to format code instead of indentingIvan Donchevskii2019-01-311-0/+5
* ClangFormat: Refactor indenter to allow ClangFormat unit-testsIvan Donchevskii2019-01-221-0/+75