Skip to content

Commit

Permalink
Update .clang-format
Browse files Browse the repository at this point in the history
These settings don't currently affect meshoptimizer code but might take
effect at some point.
  • Loading branch information
zeux committed Oct 18, 2018
1 parent bb4aa0e commit 9108a3b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .clang-format
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
Standard: Cpp03
UseTab: ForIndentation
TabWidth: 4
IndentWidth: 4
AccessModifierOffset: -4
BreakBeforeBraces: Allman
AllowShortIfStatementsOnASingleLine: true
IndentCaseLabels: false
ColumnLimit: 0
PointerAlignment: Left
BreakConstructorInitializersBeforeComma: true
NamespaceIndentation: None
AlignEscapedNewlines: DontAlign

0 comments on commit 9108a3b

Please sign in to comment.