forked from qt-creator/qt-creator
AndroidManifestEditor: Use indent 4 for formatting source
Change-Id: Iece75754acafda7c3bcaa8fe043a2aae98ef7e32 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
This commit is contained in:
@@ -719,7 +719,7 @@ void AndroidManifestEditorWidget::syncToEditor()
|
||||
}
|
||||
|
||||
|
||||
QString newText = doc.toString();
|
||||
QString newText = doc.toString(4);
|
||||
if (newText == toPlainText())
|
||||
return;
|
||||
|
||||
|
Reference in New Issue
Block a user