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.

README.md 447B

123456789101112131415161718192021
  1. # linebreaks
  2. Specify unix or windows linebreaks.
  3. The [`fix` option](../../../docs/user-guide/usage/options.md#fix) can automatically fix all of the problems reported by this rule.
  4. ## Options
  5. `string`: `"unix"|"windows"`
  6. ### `"unix"`
  7. Linebreaks _must always_ be LF (`\n`).
  8. Lines with CRLF linebreaks are considered violations.
  9. ### `"windows"`
  10. Linebreaks _must always_ be CRLF (`\r\n`).
  11. Lines with LF linebreaks are considered violations.