Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
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 387B

123456789101112131415161718192021
  1. # EditorConfig defines and maintains consistent coding styles between different
  2. # editors and IDEs: http://EditorConfig.org/
  3. # Top-most EditorConfig file
  4. root = true
  5. # All files
  6. [*.*]
  7. charset = utf-8
  8. end_of_line = lf
  9. insert_final_newline = true
  10. indent_style = space
  11. indent_size = 4
  12. trim_trailing_whitespace = true
  13. max_line_length = 80
  14. [*.md]
  15. indent_size = 2
  16. [*.json]
  17. indent_size = 2