Generate a custom .clang-format file

clang-format

  • Tool to auto-format C/C++/Java/JavaScript/Objective-C/Protobuf/C# code.
    More information: <https://clang.llvm.org/docs/ClangFormat.html>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

clang-format --style={{LLVM|GNU|Google|Chromium|Microsoft|Mozilla|WebKit}} --dump-config > {{.clang-format}}

click the source code to copy install clang-format on any operating system with command-not-found.com