Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
owent committed Apr 17, 2024
1 parent 5772d23 commit 5d49ed6
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 28 deletions.
54 changes: 28 additions & 26 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -1,26 +1,28 @@
---
Language: Cpp
BasedOnStyle: Google
ColumnLimit: 120
DerivePointerAlignment: true
PointerAlignment: Left

# Only sort headers in each include block
SortIncludes: true
IncludeBlocks: Preserve

# Ident #if/#else/#endif:
# #if defined(WIN)
# # include <windows.h>
# #else
# # include <curl.h>
# #endif
IndentPPDirectives: AfterHash
---

---
Language: Proto
BasedOnStyle: Google
ColumnLimit: 120
---

---
Language: Cpp
BasedOnStyle: Google
ColumnLimit: 120
DerivePointerAlignment: true
PointerAlignment: Left

# Only sort headers in each include block
SortIncludes: true
IncludeBlocks: Preserve

# Ident #if/#else/#endif:
# #if defined(WIN)
# # include <windows.h>
# #else
# # include <curl.h>
# #endif
IndentPPDirectives: AfterHash

IfMacros: ["UTIL_LIKELY_IF", "UTIL_UNLIKELY_IF"]
---

---
Language: Proto
BasedOnStyle: Google
ColumnLimit: 120
---

2 changes: 1 addition & 1 deletion atframework/atframe_utils
2 changes: 1 addition & 1 deletion atframework/cmake-toolset

0 comments on commit 5d49ed6

Please sign in to comment.