From 7ac2abfb99be3a1d2c99a3e22dbaef293d2b6422 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Wed, 1 Apr 2026 17:28:48 +0100 Subject: [PATCH] Updated source-formatting.md --- docs/source/source-formatting.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/source/source-formatting.md b/docs/source/source-formatting.md index 2f31cf06..7efbb41b 100644 --- a/docs/source/source-formatting.md +++ b/docs/source/source-formatting.md @@ -7,8 +7,6 @@ This project uses **clang-format** (version 18) to enforce a consistent coding s for C and C++ source files. For convenience, **treefmt** is also configured as a single-command wrapper that discovers and formats every file in the tree. ---- - ## clang-format ### Configuration file @@ -42,9 +40,6 @@ You can also format individual files directly: ```bash scripts/clang-format-wrapper -i --style=file path/to/file.cpp ``` - ---- - ## treefmt [treefmt](https://treefmt.com) is a language-agnostic source-tree formatter. @@ -87,8 +82,6 @@ treefmt treefmt --fail-on-change ``` ---- - ## Excluded paths `.treefmt.toml` excludes generated files under