mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-25 09:13:16 -05:00
Enforce new-line at end of code files
This commit is contained in:
parent
20c65fbd1e
commit
76b2f377df
7 changed files with 7 additions and 6 deletions
|
|
@ -54,6 +54,7 @@ IncludeCategories:
|
||||||
IndentCaseLabels: false
|
IndentCaseLabels: false
|
||||||
IndentWidth: 4
|
IndentWidth: 4
|
||||||
IndentWrappedFunctionNames: false
|
IndentWrappedFunctionNames: false
|
||||||
|
InsertNewlineAtEOF: true
|
||||||
KeepEmptyLinesAtTheStartOfBlocks: true
|
KeepEmptyLinesAtTheStartOfBlocks: true
|
||||||
MacroBlockBegin: ''
|
MacroBlockBegin: ''
|
||||||
MacroBlockEnd: ''
|
MacroBlockEnd: ''
|
||||||
|
|
|
||||||
|
|
@ -155,4 +155,4 @@ void BrowserPasskeysConfirmationDialog::updateEntriesToTable(const QList<Entry*>
|
||||||
|
|
||||||
m_ui->credentialsTable->resizeColumnsToContents();
|
m_ui->credentialsTable->resizeColumnsToContents();
|
||||||
m_ui->credentialsTable->horizontalHeader()->setStretchLastSection(true);
|
m_ui->credentialsTable->horizontalHeader()->setStretchLastSection(true);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -626,4 +626,4 @@ void ApplicationSettingsWidget::selectBackupDirectory()
|
||||||
m_generalUi->backupFilePath->setText(
|
m_generalUi->backupFilePath->setText(
|
||||||
QDir(backupDirectory).filePath(config()->getDefault(Config::BackupFilePathPattern).toString()));
|
QDir(backupDirectory).filePath(config()->getDefault(Config::BackupFilePathPattern).toString()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -60,4 +60,4 @@ private:
|
||||||
friend class TestIconDownloader;
|
friend class TestIconDownloader;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // KEEPASSXC_ICONDOWNLOADER_H
|
#endif // KEEPASSXC_ICONDOWNLOADER_H
|
||||||
|
|
|
||||||
|
|
@ -27,4 +27,4 @@ NewDatabaseWizardPageMetaData::NewDatabaseWizardPageMetaData(QWidget* parent)
|
||||||
setSubTitle(tr("Please fill in the display name and an optional description for your new database:"));
|
setSubTitle(tr("Please fill in the display name and an optional description for your new database:"));
|
||||||
}
|
}
|
||||||
|
|
||||||
NewDatabaseWizardPageMetaData::~NewDatabaseWizardPageMetaData() = default;
|
NewDatabaseWizardPageMetaData::~NewDatabaseWizardPageMetaData() = default;
|
||||||
|
|
|
||||||
|
|
@ -49,4 +49,4 @@ protected:
|
||||||
qint64 m_sizeStreamed;
|
qint64 m_sizeStreamed;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // KEEPASSX_HASHINGSTREAM_H
|
#endif // KEEPASSX_HASHINGSTREAM_H
|
||||||
|
|
|
||||||
|
|
@ -43,4 +43,4 @@ int main(int argc, char* argv[])
|
||||||
result |= QTest::qExec(&attachmentWidget, argc, argv);
|
result |= QTest::qExec(&attachmentWidget, argc, argv);
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue