ClangFormat: Remove without margins layouting from script

Change-Id: Iddf69e73ca5df48541e83030b2a09e7833f9fa64
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
Artem Sokolovskii
2022-12-07 09:46:28 +01:00
parent 76568d8232
commit e58c60ec9d

View File

@@ -81,7 +81,7 @@ ClangFormatChecks::ClangFormatChecks(QWidget *parent)
using namespace Layouting;
Form {
''' + layout_code + ''' }.attachTo(this, Layouting::WithoutMargins);
''' + layout_code + ''' }.attachTo(this);
}
'''