From 31f6796ae5a6b065d9d599f3a0670e699d915ef1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffan=20S=C3=B8lvsten?= Date: Fri, 15 Dec 2023 18:58:47 -0500 Subject: [PATCH] Change 'Formatting' section of Contributing Guidelines to match Clang-Format --- CONTRIBUTING.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 02d532d41..e8ef77baf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -125,12 +125,11 @@ The following branch prefixes are reserved. Most of Adiar has been developed with the [Spacemacs](https://www.spacemacs.org/) extension of the Emacs editor. Hence, -code in Adiar is (for the most part) indented as dictated by Emacs (version 28 -or later). There are exceptions to the rule, but if two people disagree, Emacs -gets the last word. +code in Adiar is indented as dictated by Emacs (version 28 or later). We have +set up *Clang Format* to follow the same style (together with other formatting +requirements). -The most basic parts of these formatting rules are also reflected in the -*editorconfig* that most editors can be set up to follow. +Before committing anything, please ensure it is properly formatted. ## Design Principles