Skip to content

Commit

Permalink
chore(): add clang-format config
Browse files Browse the repository at this point in the history
  • Loading branch information
jelbourn committed Jan 4, 2016
1 parent bce7a4b commit a6d8532
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Language: JavaScript
BasedOnStyle: Google
ColumnLimit: 100

TabWidth: 2
ContinuationIndentWidth: 4
MaxEmptyLinesToKeep : 2

AllowShortBlocksOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AllowShortFunctionsOnASingleLine: Empty

0 comments on commit a6d8532

Please sign in to comment.