browse

browse.git
git clone git://git.lenczewski.org/browse.git
Log | Files | Refs | README | LICENSE

.editorconfig (234B)


      1 root = true
      2 
      3 [*]
      4 end_of_line = lf
      5 insert_final_newline = true
      6 trim_trailing_whitespace = true
      7 charset = utf-8
      8 
      9 guidelines = 80, 120, 160
     10 
     11 [*.{c,h}]
     12 indent_style = tab
     13 indent_size = 8
     14 
     15 [*.{md,txt}]
     16 indent_style = space
     17 indent_size = 2