mirror of
https://github.com/hyprwm/Hyprland.git
synced 2026-08-24 10:04:19 -05:00
AGENTS: include m_ rule
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
- class: `CMyClass`
|
||||
- struct: `SMyStruct`
|
||||
- interface: `IMyInterface`
|
||||
- class (not struct) member variables: `m_variable`
|
||||
- Do not use absolute includes from `src/` in headers: instead of `#include "a/b.hpp"` use `#include "../a/b.hpp"` for example. Protocol headers do not require this.
|
||||
|
||||
## Core code guidelines
|
||||
|
||||
Reference in New Issue
Block a user