Skip to content

Commit 7b20f50

Browse files
committed
Formatting
1 parent 6755f49 commit 7b20f50

File tree

4 files changed

+1968
-1949
lines changed

4 files changed

+1968
-1949
lines changed

.clang-format

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Run the following command to reformat a file:
2+
# clang-format -i -style=Google <file>
3+
# Or use clang-format-diff to only reformat the changed lines:
4+
# https://clang.llvm.org/docs/ClangFormat.html
5+
BasedOnStyle: Google
6+
DerivePointerAlignment: false
7+
ColumnLimit: 100
8+
PointerAlignment: Right

.clangd

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
CompileFlags:
2+
# Treat code as C++, use C++17 standard, enable more warnings.
3+
Add: [-xc++, -std=c++17, -Wall, -Wno-missing-prototypes]

0 commit comments

Comments
 (0)