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 276B

12345678910111213
  1. root = true
  2. [*]
  3. indent_style = tab;
  4. insert_final_newline = true;
  5. quote_type = auto;
  6. space_after_anonymous_functions = true;
  7. space_after_control_statements = true;
  8. spaces_around_operators = true;
  9. trim_trailing_whitespace = true;
  10. spaces_in_brackets = false;
  11. end_of_line = lf;