Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

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

TabWidth: 2
ContinuationIndentWidth: 4
MaxEmptyLinesToKeep : 2

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

0 comments on commit e269dea

Please sign in to comment.