My Marlin configs for Fabrikator Mini and CTC i3 Pro B
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

.editorconfig 338B

12345678910111213141516171819
  1. # editorconfig.org
  2. root = true
  3. [{*.patch,syntax_test_*}]
  4. trim_trailing_whitespace = false
  5. [{*.c,*.cpp,*.h}]
  6. charset = utf-8
  7. [{*.c,*.cpp,*.h,Makefile}]
  8. trim_trailing_whitespace = true
  9. insert_final_newline = true
  10. end_of_line = lf
  11. indent_style = space
  12. indent_size = 2
  13. [{*.py,*.conf,*.sublime-project}]
  14. indent_style = tab
  15. indent_size = 4