mirror of
https://github.com/slendidev/lunar.git
synced 2025-12-10 19:29:51 +02:00
11
.editorconfig
Normal file
11
.editorconfig
Normal 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
|
||||||
|
|
||||||
@@ -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