tor-browser

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

.clang-format (246B)


      1 ---
      2 Language:        Cpp
      3 BasedOnStyle:  Google
      4 AllowShortCaseLabelsOnASingleLine: true
      5 ConstructorInitializerAllOnOneLineOrOnePerLine: false
      6 Cpp11BracedListStyle: false
      7 DerivePointerAlignment: false
      8 PointerAlignment: Right
      9 SortIncludes:    false