-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Coding Style
Project Layout
https://github.com/vector-of-bool/pitchfork
Formatting
https://github.com/DUNE/sandreco/wiki/Code-Formatting
Check based on Google Style (https://google.github.io/styleguide/cppguide.html)
with the exceptions
- BreakBeforeBraces: Linux
- DerivePointerAlignment: false
Tool: clang-format (https://clang.llvm.org/docs/ClangFormatStyleOptions.html)
Config retrieved with the following command-line
clang-format -style="{BasedOnStyle: Google, BreakBeforeBraces: Linux, DerivePointerAlignment: false}" -dump-config > ..clang-format
##Lint-like tools
Tool: clang-tidy
Metadata
Metadata
Assignees
Labels
No labels