You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

.editorconfig 290 B

8 years ago
123456789101112131415161718
  1. # EditorConfig is awesome: http://EditorConfig.org
  2. root = true
  3. [*]
  4. charset = utf-8
  5. end_of_line = lf
  6. insert_final_newline = true
  7. indent_size = 4
  8. indent_style = space
  9. trim_trailing_whitespace = true
  10. [*.{csproj,json,md,yml}]
  11. indent_size = 2
  12. indent_style = space
  13. [*.sln]
  14. indent_style = tab