tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

.clang-format (235B)


      1 BasedOnStyle: LLVM
      2 
      3 PointerAlignment: Left
      4 IndentCaseLabels: true
      5 AllowShortFunctionsOnASingleLine: false
      6 AllowShortCaseLabelsOnASingleLine: false
      7 AlwaysBreakTemplateDeclarations: true
      8 BinPackArguments: true
      9 FixNamespaceComments: true