aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangformat/clangformatutils.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clang: Build against LLVM/Clang 9Nikolai Kosjar2019-10-181-0/+4
* Avoid more deprecation warningshjk2019-07-051-2/+2
* Utils: Rename FileName to FilePathhjk2019-05-281-13/+13
* More FileName::pathAppended()hjk2019-05-201-9/+9
* Some more FileName::appendPath() -> pathAppended() changeshjk2019-05-171-2/+2
* ClangFormat: Fix UI issuesIvan Donchevskii2019-04-261-0/+26
* ClangFormat: Use the global style if no configuration is foundIvan Donchevskii2019-04-021-2/+5
* ClangFormat: Fix GCC8 warningsOrgad Shaneh2019-04-011-21/+0
* ClangFormat: Fix the filepath to actually pick the selected configIvan Donchevskii2019-03-121-0/+7
* ClangFormat: Use by default the same style as Qt Creator usesIvan Donchevskii2019-03-071-51/+104
* ClangFormat: Add context menu item to open current config fileIvan Donchevskii2019-03-071-0/+5
* ClangFormat: Try to use existing file to override settingsIvan Donchevskii2019-03-061-10/+26
* ClangFormat: Change the logic how configuration is pickedIvan Donchevskii2019-03-051-30/+62
* ClangFormat: Fix configuration files handlingIvan Donchevskii2019-02-221-14/+58
* ClangFormat: Fix applying global settingsIvan Donchevskii2019-01-241-6/+8
* ClangFormat: Use relevant settings for each fileIvan Donchevskii2018-11-141-31/+30
* ClangFormat: Use the constant for the configuration filenameIvan Donchevskii2018-11-131-2/+4
* ClangFormat: Improve current style detectionIvan Donchevskii2018-11-131-2/+9
* ClangFormat: Set BreakBeforeBraces to Custom by defaultIvan Donchevskii2018-11-131-0/+2
* CppTools: Allow to check whether project code style existsIvan Donchevskii2018-11-121-3/+3
* ClangFormat: Synchronize with C++ code style settingsIvan Donchevskii2018-11-081-0/+179