Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

11 řádky
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