aboutsummaryrefslogtreecommitdiff
path: root/contributing.md
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-09-21 15:43:14 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-09-21 15:43:20 +0200
commita12702c912ae0ce96c754ffcb2ab5d901c504b65 (patch)
tree98d921c19ca689a4b82d300de9df79b24552e4c5 /contributing.md
parent44affb6635359ef2f619562800165ccfff438ae4 (diff)
remove lazy.mk and update readme
Diffstat (limited to 'contributing.md')
-rw-r--r--contributing.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/contributing.md b/contributing.md
index 40e1edd..832667d 100644
--- a/contributing.md
+++ b/contributing.md
@@ -16,8 +16,9 @@
# Code style
-- Formatting nitty-gritty is handled by clang-format/clang-tidy
- ASCII only
+- Formatting nitty-gritty is handled by clang-format/clang-tidy (run `make
+ format` in the root folder of this repository to format all sources files)
- When using libraries of which the header include order is important, make
sure to separate the include statements using a blank line (clang-format may
sort include statements, but does not sort across empty lines).
@@ -32,7 +33,6 @@
# Documentation
- All documentation is written in U.S. English
-- TODO
# Libraries