We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dd4f43 commit 526bdf1Copy full SHA for 526bdf1
STYLE.md
@@ -4,14 +4,13 @@ The following are coding style guidelines for this project.
4
Code is expected to be ANSI C compatible (C89). Use `/* ... */` comments, not
5
`// ...` comments.
6
7
-The style is a variant on the K&R style.
8
-
9
To automatically format all source code, install
10
[clang-format](https://clang.llvm.org/docs/ClangFormat.html) and
11
run `make format`.
12
13
## Blocks
14
+The indentation rules are a variant on the K&R style.
15
Tabs are used for indentation, spaces for alignment, eg.
16
```c
17
for (...) {
0 commit comments