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

.editorconfig 715B

12345678910111213141516171819202122232425262728293031323334353637
  1. root = true
  2. [*]
  3. indent_style = tab
  4. indent_size = 4
  5. tab_width = 4
  6. end_of_line = lf
  7. charset = utf-8
  8. trim_trailing_whitespace = true
  9. insert_final_newline = true
  10. [{*.json,*.json.example,*.gyp,*.yml,*.yaml,*.workflow}]
  11. indent_style = space
  12. indent_size = 2
  13. [{*.py,*.asm}]
  14. indent_style = space
  15. [*.py]
  16. indent_size = 4
  17. [*.asm]
  18. indent_size = 8
  19. [*.md]
  20. trim_trailing_whitespace = false
  21. # Ideal settings - some plugins might support these.
  22. [*.js]
  23. quote_type = single
  24. [{*.c,*.cc,*.h,*.hh,*.cpp,*.hpp,*.m,*.mm,*.mpp,*.js,*.java,*.go,*.rs,*.php,*.ng,*.jsx,*.ts,*.d,*.cs,*.swift}]
  25. curly_bracket_next_line = false
  26. spaces_around_operators = true
  27. spaces_around_brackets = outside
  28. # close enough to 1TB
  29. indent_brace_style = K&R