Skip to content

Commit c9a2685

Browse files
committed
docs(agents): require clang-format after C++ edits
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com> Assisted-by: ClaudeCode:claude-sonnet-5
1 parent 03115aa commit c9a2685

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ Our C++ code should can make use of C++ 20 standard features whenever possible.
175175

176176
Do not use C++ modules. Use standard header inclusion instead.
177177

178+
After editing or adding C++ source files under `./src`, run `clang-format -i` on the touched files before considering the task done.
179+
178180
## macOS Specifics
179181

180182
The following details are important and only relevant when working on the desktop client on macOS.

0 commit comments

Comments
 (0)