Skip to content

Commit

Permalink
Add .clang-format file (copied from binaryen) (#7164)
Browse files Browse the repository at this point in the history
This allows us to format C/C++ code in the emscripten repo
with tools like with "git clang-format".

[skip ci]
  • Loading branch information
sbc100 authored Sep 21, 2018
1 parent 959b8fa commit 295b258
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
BasedOnStyle: LLVM
PointerAlignment: Left
IndentCaseLabels: true
ColumnLimit: 100
ContinuationIndentWidth: 2
ConstructorInitializerIndentWidth: 2
AlignAfterOpenBracket: DontAlign

0 comments on commit 295b258

Please sign in to comment.