aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangformat/clangformatindenter.h
Commit message (Expand)AuthorAgeFilesLines
* Editor: replace Utils::Text::Replacement with Utils::ChangeSet::EditOp for fo...David Schulz2023-07-041-2/+2
* CppEditor: Format quickfix code only if formatting is enabledChristian Kandeler2023-07-031-1/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* ClangFormat: Make formatting mode a project optionArtem Sokolovskii2022-12-151-0/+44
* Utils: Remove Utils::optionalEike Ziller2022-09-011-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Clangformat: Brings back some of checkboxesArtem Sokolovskii2022-06-301-0/+1
* ClangFormat: Add disable optionArtem Sokolovskii2022-05-191-1/+0
* ClangFormat: Start to use new file managementArtem Sokolovskii2022-04-201-1/+0
* ClangFormat: Format edited chunks of file on saveIvan Donchevskii2019-02-051-0/+1
* ClangFormat: Format more code while typingIvan Donchevskii2019-02-051-0/+2
* ClangFormat: Introduce check to format code instead of indentingIvan Donchevskii2019-01-311-0/+1
* ClangFormat: Refactor indenter to allow ClangFormat unit-testsIvan Donchevskii2019-01-221-24/+9
* ClangTools: Apply indention/formatting after fix-itsIvan Donchevskii2018-12-211-0/+1
* ClangFormat: Return replacements from 'format' callIvan Donchevskii2018-12-111-3/+3
* ClangFormat: Do not format text but indent onlyIvan Donchevskii2018-11-141-0/+3
* Clang: Significantly improve ClangFormat plugin usabilityIvan Donchevskii2018-10-171-5/+3
* Clang: Use clang-format for indentationIvan Donchevskii2018-09-121-0/+57