diff options
-rw-r--r-- | .clang-format | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format new file mode 100644 index 00000000..5fafec43 --- /dev/null +++ b/.clang-format @@ -0,0 +1,14 @@ +Language: Cpp +Standard: Auto +IndentWidth: 4 +TabWidth: 4 +UseCRLF: false +SpacesInSquareBrackets: false +SpacesInParentheses: false +UseTab: Always +ColumnLimit: 140 +BreakBeforeBraces: Allman +AlignAfterOpenBracket: AlwaysBreak +IndentExternBlock: Indent +PointerAlignment: Left +SortIncludes: false
\ No newline at end of file |