.editorconfig 238 B

12345678910111213
  1. # To use this config with your editor, follow the instructions at:
  2. # https://editorconfig.org
  3. root = true
  4. [*]
  5. charset = utf-8
  6. insert_final_newline = true
  7. end_of_line = lf
  8. [*.{c,h,cpp,hpp,cc,sh,bp}]
  9. indent_style = space
  10. indent_size = 4