Enforce new-line at end of code files

This commit is contained in:
Jonathan White
2025-07-06 09:20:11 -04:00
parent 8fe55558a0
commit 0e9dc777d5
7 changed files with 7 additions and 8 deletions

View File

@@ -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: ''

View File

@@ -27,6 +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() NewDatabaseWizardPageMetaData::~NewDatabaseWizardPageMetaData() = default;
{
}