tor-browser

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

.clang-format (283B)


      1 ---
      2 # Objective C formatting rules.
      3 # Since this doesn't derive from the Cpp section, we need to redifine the root rules here.
      4 Language: ObjC
      5 BasedOnStyle: Google
      6 
      7 DerivePointerAlignment: false
      8 PointerAlignment: Left
      9 SortIncludes: false
     10 ColumnLimit: 80
     11 IndentPPDirectives: AfterHash