Skip to content

Commit

Permalink
[GH-574] .clang-format: Add configuration
Browse files Browse the repository at this point in the history
The er-coap-13 is exempt as we might want to get upstream changes merged
at some point.
  • Loading branch information
rettichschnidi committed Apr 22, 2021
1 parent 8218ddc commit 048b727
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
Language: Cpp
BasedOnStyle: LLVM
IndentWidth: 4
ColumnLimit: 120
4 changes: 4 additions & 0 deletions coap/er-coap-13/.clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
DisableFormat: true
SortIncludes: false
...

0 comments on commit 048b727

Please sign in to comment.