Home | History | Annotate | Download | only in csharp
      1 root = true
      2 [**]
      3 charset = utf-8  ; Implies no BOM.
      4 end_of_line = LF
      5 indent_style = space
      6 indent_size = 4
      7 insert_final_newline = true
      8 tab_width = 4
      9