Skip to content

Commit

Permalink
Add clang style formatting file
Browse files Browse the repository at this point in the history
  • Loading branch information
rserban committed Aug 19, 2015
1 parent a3dc522 commit a104e77
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
BasedOnStyle: Chromium

# Longer lines
ColumnLimit: 120

# Increase indentation
IndentWidth: 4
TabWidth: 4
AccessModifierOffset: -2

0 comments on commit a104e77

Please sign in to comment.