Commit 18da0cc6 authored by Alvarez, Gonzalo's avatar Alvarez, Gonzalo
Browse files

clang format config added

parent fc4bdea7
Loading
Loading
Loading
Loading

src/.clang-format

0 → 100644
+7 −0
Original line number Diff line number Diff line
---
# We'll use defaults from the LLVM style, but with 4 columns indentation.
BasedOnStyle: LLVM
UseTab: ForContinuationAndIndentation
IndentWidth: 8
BreakBeforeBraces: Linux
---