Skip to content

Commit

Permalink
WIP: rest
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Javier Honduvilla Coto <[email protected]>
  • Loading branch information
javierhonduco committed Jan 25, 2023
1 parent 1485185 commit 38abbc5
Show file tree
Hide file tree
Showing 10 changed files with 901 additions and 504 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ TODO.md
minikube-*
/data

bpf_logs_*.txt

# Snap Packaging Artifacts
*.snap
snap/local/parca-agent
Expand Down
5 changes: 5 additions & 0 deletions bpf/.clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
BasedOnStyle: LLVM
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
ColumnLimit: 120
2 changes: 1 addition & 1 deletion bpf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ format: c/fmt

.PHONY: c/fmt
c/fmt:
clang-format -i --style=LLVM $(BPF_SRC) $(BPF_HEADERS)
clang-format -i --style=file $(BPF_SRC) $(BPF_HEADERS)

.PHONY: format-check
format-check:
Expand Down
Loading

0 comments on commit 38abbc5

Please sign in to comment.