add .clang-format
parent
d66f5dc07e
commit
e9403eee60
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
BasedOnStyle: Google
|
||||
---
|
||||
Language: Cpp
|
||||
DerivePointerAlignment: false
|
||||
PointerAlignment: Right
|
||||
BreakBeforeBraces: Attach
|
||||
AllowShortBlocksOnASingleLine: false
|
||||
AllowShortFunctionsOnASingleLine: true
|
||||
Cpp11BracedListStyle: true
|
||||
Standard: Cpp11
|
|
@ -1,6 +1,5 @@
|
|||
/.clangd
|
||||
/.vscode
|
||||
/build
|
||||
.clang-format
|
||||
compile_commands.json
|
||||
*.pcd
|
||||
*.pcd
|
||||
|
|
Loading…
Reference in New Issue