Make sure there's a newline at the end of files

Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2025-12-07 01:59:40 +02:00
parent f01d1cbb18
commit 42f5eb7426
2 changed files with 2 additions and 2 deletions

View File

@@ -6,6 +6,6 @@ end_of_line = lf
trim_trailing_whitespace = true
[*.{h,c,cpp}]
insert_final_newline = false
insert_final_newline = true
indent_style = tab

View File

@@ -119,4 +119,4 @@ auto Application::mouse_captured(bool new_state) -> void
m_mouse_captured = new_state;
}
} // namespace Lunar
} // namespace Lunar