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.

11 lines
229 B

  1. # Editor configuration, see https://editorconfig.org
  2. root = true
  3. [*]
  4. end_of_line = lf
  5. charset = utf-8
  6. # Makefiles always use tabs for indentation
  7. [Makefile]
  8. indent_style = tab
  9. indent_size = unset # Allow user-defined tab width