From 5b66a7ce97e483f1cbf0894711677d6c5d4b3f83 Mon Sep 17 00:00:00 2001 From: luttje <2738114+luttje@users.noreply.github.com> Date: Fri, 27 Sep 2024 18:48:46 +0200 Subject: [PATCH] add formatting --- .editorconfig | 14 +++ index.html | 280 ++++++++++++++++++++++++++------------------------ 2 files changed, 158 insertions(+), 136 deletions(-) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..db6f34c --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +root = true + +[*] +indent_style = space +indent_size = 2 +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true +end_of_line = lf +# editorconfig-tools is unable to ignore longs strings or urls +max_line_length = off + +[CHANGELOG.md] +indent_size = false diff --git a/index.html b/index.html index 5eb61fb..9a3f833 100644 --- a/index.html +++ b/index.html @@ -2,152 +2,160 @@
- - -Vertrektijd | -Status | -Naar | -Lijn | -|
---|---|---|---|---|
- {{ formatDate(bus.TargetArrivalTime) }} - | -
- |
- {{translate(bus.TripStopStatus)}} | -{{bus.DestinationName50}} | -{{bus.LinePublicNumber}} | -
Vertrektijd | -Status | -Naar | -Lijn | -|
---|---|---|---|---|
- {{ formatDate(bus.TargetArrivalTime) }} - | -
- |
- {{translate(bus.TripStopStatus)}} | -{{bus.DestinationName50}} | -{{bus.LinePublicNumber}} | -
Vertrektijd | +Status | +Naar | +Lijn | +|
---|---|---|---|---|
+ {{ formatDate(bus.TargetArrivalTime) }} + | +
+ |
+ {{translate(bus.TripStopStatus)}} | +{{bus.DestinationName50}} | +{{bus.LinePublicNumber}} | +
Vertrektijd | +Status | +Naar | +Lijn | +|
---|---|---|---|---|
+ {{ formatDate(bus.TargetArrivalTime) }} + | +
+ |
+ {{translate(bus.TripStopStatus)}} | +{{bus.DestinationName50}} | +{{bus.LinePublicNumber}} | +