Add editorconfig

Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2025-12-07 01:51:21 +02:00
parent 8dd23310aa
commit f01d1cbb18
2 changed files with 12 additions and 1 deletions

11
.editorconfig Normal file
View File

@@ -0,0 +1,11 @@
root = true
[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
[*.{h,c,cpp}]
insert_final_newline = false
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