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

Commit

Permalink
Use normal Chromium style (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
dadrian authored Sep 8, 2017
1 parent c9332ab commit 9ad4007
Show file tree
Hide file tree
Showing 76 changed files with 7,910 additions and 8,056 deletions.
5 changes: 0 additions & 5 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
Language: Cpp
BasedOnStyle: Chromium
AccessModifierOffset: -2
BraceWrapping:
AfterClass: false
AfterControlStatement: false
Expand All @@ -16,11 +15,7 @@ BraceWrapping:
BreakStringLiterals: false
ColumnLimit: 80
ConstructorInitializerAllOnOneLineOrOnePerLine: true
ConstructorInitializerIndentWidth: 8
ContinuationIndentWidth: 8
Cpp11BracedListStyle: true
IndentCaseLabels: true
IndentWidth: 4
SpaceAfterCStyleCast: true
TabWidth: 8
UseTab: Never
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,6 @@ $ tools/linux/premake5 gmake
$ make
```

### Developing

ZDB follows the Chromium style-guide. We provide a [configuration file](/.clang-format) for `clang-format`.
Loading

0 comments on commit 9ad4007

Please sign in to comment.