Skip to content

Commit

Permalink
format codes by clang-formats (OpenAtomFoundation#1378)
Browse files Browse the repository at this point in the history
* format codes

* Trace -> TRACE, Debug -> DEBUG
  • Loading branch information
AlexStocks authored Apr 11, 2023
1 parent 1da18b6 commit dc0e3b9
Show file tree
Hide file tree
Showing 414 changed files with 26,104 additions and 34,693 deletions.
11 changes: 11 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Language: Cpp
BasedOnStyle: Google
ColumnLimit: 120

DerivePointerAlignment: false
PointerAlignment: Left

SortIncludes: true
IncludeBlocks: Preserve

IndentPPDirectives: AfterHash
Loading

0 comments on commit dc0e3b9

Please sign in to comment.