tor-browser

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

.editorconfig (184B)


      1 [*]
      2 charset = utf-8
      3 indent_size = 2
      4 tab_width = 2
      5 indent_style = space
      6 insert_final_newline = true
      7 trim_trailing_whitespace = true
      8 max_line_length = 80
      9 
     10 [*.{cpp,hpp}]
     11 charset = latin1