tor-browser

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

.editorconfig (368B)


      1 # EditorConfig helps developers define and maintain consistent
      2 # coding styles between different editors and IDEs
      3 # editorconfig.org
      4 
      5 root = true
      6 
      7 
      8 [*]
      9 end_of_line = lf
     10 charset = utf-8
     11 trim_trailing_whitespace = true
     12 insert_final_newline = true
     13 indent_style = space
     14 indent_size = 2
     15 
     16 [*.hbs]
     17 insert_final_newline = false
     18 
     19 [*.{diff,md}]
     20 trim_trailing_whitespace = false