My Marlin configs for Fabrikator Mini and CTC i3 Pro B
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.

.editorconfig 392B

1234567891011121314151617181920212223
  1. # editorconfig.org
  2. root = true
  3. [{*.patch,syntax_test_*}]
  4. trim_trailing_whitespace = false
  5. [{*.c,*.cpp,*.h,*.ino}]
  6. charset = utf-8
  7. [{*.c,*.cpp,*.h,*.ino,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}]
  14. indent_style = space
  15. indent_size = 4
  16. [{*.conf,*.sublime-project}]
  17. indent_style = tab
  18. indent_size = 4