dune icon indicating copy to clipboard operation
dune copied to clipboard

Feature/clang format

Open zepinto opened this issue 5 years ago • 0 comments

  • Added .clang-format that can be used directly from most IDEs (https://github.com/andrewseidl/githook-clang-format).
  • Also added a script under programs/scripts that will apply this format to any locally commited source files (can be also be used as a git pre-commit hook).
  • CMakeLists also has targets to reformat the entire source (if ever this will be needed).

zepinto avatar Feb 16 '21 11:02 zepinto