networking-demo

networking-demo.git
git clone git://git.lenczewski.org/networking-demo.git
Log | Files | Refs | README

.editorconfig (182B)


      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 [*.{cs}]
     12 indent_style = tab
     13 indent_size = 8