mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Enforce new-line at end of code files
This commit is contained in:
@@ -54,6 +54,7 @@ IncludeCategories:
|
||||
IndentCaseLabels: false
|
||||
IndentWidth: 4
|
||||
IndentWrappedFunctionNames: false
|
||||
InsertNewlineAtEOF: true
|
||||
KeepEmptyLinesAtTheStartOfBlocks: true
|
||||
MacroBlockBegin: ''
|
||||
MacroBlockEnd: ''
|
||||
|
||||
@@ -27,6 +27,4 @@ NewDatabaseWizardPageMetaData::NewDatabaseWizardPageMetaData(QWidget* parent)
|
||||
setSubTitle(tr("Please fill in the display name and an optional description for your new database:"));
|
||||
}
|
||||
|
||||
NewDatabaseWizardPageMetaData::~NewDatabaseWizardPageMetaData()
|
||||
{
|
||||
}
|
||||
NewDatabaseWizardPageMetaData::~NewDatabaseWizardPageMetaData() = default;
|
||||
|
||||
Reference in New Issue
Block a user