Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

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