aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/textindenter.cpp
Commit message (Expand)AuthorAgeFilesLines
* TextEditor: fix autoIndentDavid Schulz2024-01-181-10/+12
* TextEditor: avoid autoIndent when using default TextIndenterDavid Schulz2024-01-161-0/+9
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Utils: Remove Utils::optionalEike Ziller2022-09-011-2/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Don't access static functions/fields via instanceAlessandro Portale2020-11-191-1/+1
* Various places: performance-for-range-copyAlessandro Portale2020-06-151-1/+1
* TextEditor: Use simple text indentation as defaultEike Ziller2020-03-041-0/+37
* Avoid warning on empty expressionshjk2019-07-231-1/+1
* ClangFormat: Add cursor position to the indenter interfaceIvan Donchevskii2019-01-311-4/+9
* ClangFormat: Introduce check to format code instead of indentingIvan Donchevskii2019-01-311-6/+0
* ClangFormat: Refactor indenter to allow ClangFormat unit-testsIvan Donchevskii2019-01-221-0/+114