forked from qt-creator/qt-creator
ClangFormat: Remove set standard to cpp11
Standard sets to Auto a few lines further. Change-Id: Id0bb61cb38fbabd682123baa3860ebdaf5b10846 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -179,7 +179,6 @@ clang::format::FormatStyle calculateQtcStyle()
|
||||
#endif
|
||||
style.SpacesInSquareBrackets = false;
|
||||
addQtcStatementMacros(style);
|
||||
style.Standard = FormatStyle::LS_Cpp11;
|
||||
style.TabWidth = 4;
|
||||
style.UseTab = FormatStyle::UT_Never;
|
||||
style.Standard = FormatStyle::LS_Auto;
|
||||
|
||||
Reference in New Issue
Block a user