Skip to content

Commit d5bf946

Browse files
committed
Separate tabs to 2 lines
1 parent fbf3c65 commit d5bf946

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ This document describes C code style used by Tilen MAJERLE in his projects and l
66

77
Here are listed most obvious and important general rules. Please check them carefully before you continue with other chapters.
88

9-
- Do not use tags, use `4 spaces` per level instead
9+
- Do not use tabs, use spaces instead
10+
- Use `4` spaces per indent level
1011
- Use `1` space between keyword and opening bracket
1112
- Do not use space between function name and opening bracket
1213
- Opening curly bracket is always on the same line as keyword (`for`, `while`, `do`, `switch`, `if`, ...)

0 commit comments

Comments
 (0)