cv

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

.editorconfig (168B)


      1 root = true
      2 
      3 [*]
      4 charset = utf-8
      5 end_of_line = lf
      6 insert_final_newline = true
      7 
      8 [*.sh]
      9 indent_style = tab
     10 indent_size = 8
     11 
     12 [*.tex]
     13 indent_style = space
     14 indent_size = 2
     15