mirror of
https://github.com/slendidev/lunar.git
synced 2025-12-10 11:29:51 +02:00
Make sure there's a newline at the end of files
Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
@@ -6,6 +6,6 @@ end_of_line = lf
|
|||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
[*.{h,c,cpp}]
|
[*.{h,c,cpp}]
|
||||||
insert_final_newline = false
|
insert_final_newline = true
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
|
||||||
|
|||||||
@@ -119,4 +119,4 @@ auto Application::mouse_captured(bool new_state) -> void
|
|||||||
m_mouse_captured = new_state;
|
m_mouse_captured = new_state;
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace Lunar
|
} // namespace Lunar
|
||||||
|
|||||||
Reference in New Issue
Block a user