Skip to content
This repository has been archived by the owner on Mar 14, 2019. It is now read-only.

Commit

Permalink
Add clang-format style
Browse files Browse the repository at this point in the history
  • Loading branch information
mujx committed Feb 27, 2018
1 parent 6c77be4 commit 1796e1e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .clang-format
@@ -0,0 +1,14 @@
---
Language: Cpp
Standard: Cpp11
AccessModifierOffset: -8
AlignAfterOpenBracket: Align
AlignConsecutiveAssignments: true
AllowShortFunctionsOnASingleLine: true
BasedOnStyle: Mozilla
ColumnLimit: 100
IndentCaseLabels: false
IndentWidth: 8
KeepEmptyLinesAtTheStartOfBlocks: false
PointerAlignment: Right
Cpp11BracedListStyle: true

0 comments on commit 1796e1e

Please sign in to comment.