Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

11 linhas
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