style: ensure newlines at the end of each file

This commit is contained in:
2026-08-08 15:23:05 +02:00
parent 31588b2f1c
commit 211dae5f7b
68 changed files with 68 additions and 68 deletions
@@ -126,4 +126,4 @@ export function validateSettingsConfig(raw) {
raw.contents.forEach((entry, i) =>
validateFirstLevelSection(entry, `contents[${i}]`)
);
}
}