sgregoratto.me

source files for www.sgregoratto.me
git clone git://git.sgregoratto.me/sgregoratto.me
Log | Files | Refs

.editorconfig (129B)


      1 root = true
      2 
      3 [*]
      4 end_of_line = lf
      5 indent_style = tab
      6 insert_final_newline = true
      7 charset = utf-8
      8 
      9 [*.{xml,html}]
     10 indent_size = 1