forked from qt-creator/qt-creator
ClangFormat: Synchronize with C++ code style settings
And remove UI for default code style settings because it does not affect anything when ClangFormat plugin is enabled. Change-Id: Ie348b7d2691b09ea2b4868da987f2a27347ea0f3 Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
@@ -34,6 +34,7 @@ class QSettings;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
namespace CPlusPlus { class Overview; }
|
||||
namespace TextEditor { class TabSettings; }
|
||||
|
||||
namespace CppTools {
|
||||
|
||||
@@ -94,6 +95,8 @@ public:
|
||||
|
||||
static CppCodeStyleSettings currentProjectCodeStyle();
|
||||
static CppCodeStyleSettings currentGlobalCodeStyle();
|
||||
static TextEditor::TabSettings currentProjectTabSettings();
|
||||
static TextEditor::TabSettings currentGlobalTabSettings();
|
||||
|
||||
/*! Returns an Overview configured by the current project's code style.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user