Skip to content

Commit

Permalink
Change 'Formatting' section of Contributing Guidelines to match Clang…
Browse files Browse the repository at this point in the history
…-Format
  • Loading branch information
SSoelvsten committed Dec 16, 2023
1 parent 81b6644 commit 31f6796
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 31f6796

Please sign in to comment.