Skip to content

Commit

Permalink
Move Makefile style guide to its own file
Browse files Browse the repository at this point in the history
  • Loading branch information
sagar-apple committed Mar 11, 2020
1 parent 92221ee commit a5e19ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/STYLE_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,6 @@ Instead, do this:
Use backticks for `inline code`. This includes file paths and file or binary names.


### Makefiles

Use `tabs` only where strictly necessary. For example, Avoid using tabs to align line breaks.

Supported keywords:

Keyword | Description
Expand Down
3 changes: 3 additions & 0 deletions docs/style/STYLE_MAKEFILES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# CHIP Makefile Style Guide

Use `tabs` only where strictly necessary. For example, Avoid using `tabs` to align line breaks.

0 comments on commit a5e19ff

Please sign in to comment.