ESP32-basiertes Kraftort-Suchger�t mit GPS, LED-Ring und PlatformIO-Firmware.
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.

28 lignes
583B

  1. ###############################################################################
  2. # Unity Project - A Test Framework for C
  3. # .editorconfig - F. Zahn 2019
  4. ###############################################################################
  5. # This is the topmost .editorconfig file
  6. root = true
  7. # Settings that apply to all languages / files
  8. [*]
  9. charset = utf-8
  10. indent_size = 4
  11. indent_style = space
  12. insert_final_newline = true
  13. trim_trailing_whitespace = true
  14. [*.md]
  15. trim_trailing_whitespace = false
  16. [*.txt]
  17. trim_trailing_whitespace = false
  18. [*.rb]
  19. indent_size = 2
  20. [*.yml]
  21. indent_size = 2