.editorconfig 249 B

123456789101112131415
  1. ; This file is for unifying the coding style for different editors and IDEs.
  2. ; More information at http://EditorConfig.org
  3. root = true
  4. [*]
  5. end_of_line = CRLF
  6. [*.cs]
  7. indent_style = space
  8. indent_size = 4
  9. [*.tt]
  10. indent_style = space
  11. indent_size = 4