mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 04:40:03 -04:00
Lint vertical spacing in the code (#3224)
* Lint vertical spacing in the code * Add some vertical spacing for readability
This commit is contained in:
@@ -60,7 +60,7 @@ Read the section on integrations at <https://github.com/emilk/egui#integrations>
|
||||
## Code Conventions
|
||||
Conventions unless otherwise specified:
|
||||
|
||||
* angles are in radians
|
||||
* angles are in radians and clock-wise
|
||||
* `Vec2::X` is right and `Vec2::Y` is down.
|
||||
* `Pos2::ZERO` is left top.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user