Skip to content

Commit 872247c

Browse files
committed
White space format to match built-in VS Code formatter
1 parent 3dc0023 commit 872247c

36 files changed

+29237
-29873
lines changed

Firmware/RTK_Surveyor/AP-Config/index.html

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -902,9 +902,9 @@
902902
</div>
903903

904904
<div>
905-
<button onClick="getMessageListBase()" class="btn btn-md btn-outline-primary mt-3 toggle-btn" type="button"
906-
data-toggle="collapse" data-target="#collapseGNSSConfigMsgBase" aria-expanded="false"
907-
aria-controls="collapseGNSSConfigMsgBase">
905+
<button onClick="getMessageListBase()" class="btn btn-md btn-outline-primary mt-3 toggle-btn"
906+
type="button" data-toggle="collapse" data-target="#collapseGNSSConfigMsgBase"
907+
aria-expanded="false" aria-controls="collapseGNSSConfigMsgBase">
908908
RTCM Rates <i class="caret-icon bi icon-caret-down"></i>
909909
</button>
910910
<span class="tt" data-bs-placement="right"
@@ -1564,7 +1564,8 @@
15641564

15651565
<div id="enableARPLoggingDetails" class="collapse mb-2">
15661566
<div class="form-group row">
1567-
<label for="ARPLoggingInterval" class="box-margin40 col-sm-3 col-7 col-form-label">ARP Logging Interval (s):
1567+
<label for="ARPLoggingInterval" class="box-margin40 col-sm-3 col-7 col-form-label">ARP
1568+
Logging Interval (s):
15681569
<span class="tt" data-bs-placement="right"
15691570
title="If ARP logging is enabled, the Antenna Reference Position will be logged at intervals of this many seconds.">
15701571
<span class="icon-info-circle text-primary ms-2"></span>
@@ -1619,8 +1620,8 @@
16191620
<!-- --------- Ethernet Config --------- -->
16201621
<div class="d-grid gap-2">
16211622
<button class="btn btn-primary mt-3 toggle-btn" id="ethernetConfig" type="button" data-toggle="collapse"
1622-
data-target="#collapseEthernetConfig" aria-expanded="false" aria-controls="collapseEthernetConfig">
1623-
<!-- style="display:none"> -->
1623+
data-target="#collapseEthernetConfig" aria-expanded="false" aria-controls="collapseEthernetConfig"
1624+
style="display:none">
16241625
Ethernet Configuration <i id="ethernetCaret" class="caret-icon bi icon-caret-down"></i>
16251626
</button>
16261627
</div>
@@ -1629,7 +1630,8 @@
16291630

16301631
<div class="form-check mt-3">
16311632
<label class="form-check-label" for="ethernetDHCP">Ethernet uses DHCP</label>
1632-
<input class="form-check-input" type="checkbox" value="" id="ethernetDHCP" onClick="dhcpEthernet()" checked>
1633+
<input class="form-check-input" type="checkbox" value="" id="ethernetDHCP"
1634+
onClick="dhcpEthernet()" checked>
16331635
<span class="tt" data-bs-placement="right"
16341636
title="If enabled, Ethernet will use DHCP. Disable to use a fixed IP Address, DNS, Gateway and Subnet Mask. Default: Enabled">
16351637
<span class="icon-info-circle text-primary ms-2"></span>
@@ -1740,8 +1742,10 @@
17401742
</div>
17411743

17421744
<div class="form-group row">
1743-
<label for="hostForTCPClient" class="box-margin20 col-sm-3 col-4 col-form-label">Host for TCP Client:
1744-
<span class="tt" data-bs-placement="right" title="The name or address of the host which the TCP client data will be pushed to.">
1745+
<label for="hostForTCPClient" class="box-margin20 col-sm-3 col-4 col-form-label">Host for
1746+
TCP Client:
1747+
<span class="tt" data-bs-placement="right"
1748+
title="The name or address of the host which the TCP client data will be pushed to.">
17451749
<span class="icon-info-circle text-primary ms-2"></span>
17461750
</span>
17471751
</label>
@@ -1757,8 +1761,8 @@
17571761
<!-- --------- NTP Config --------- -->
17581762
<div class="d-grid gap-2">
17591763
<button class="btn btn-primary mt-3 toggle-btn" id="ntpConfig" type="button" data-toggle="collapse"
1760-
data-target="#collapseNTPConfig" aria-expanded="false" aria-controls="collapseNTPConfig">
1761-
<!-- style="display:none"> -->
1764+
data-target="#collapseNTPConfig" aria-expanded="false" aria-controls="collapseNTPConfig"
1765+
style="display:none">
17621766
NTP Configuration <i id="ntpCaret" class="caret-icon bi icon-caret-down"></i>
17631767
</button>
17641768
</div>

0 commit comments

Comments
 (0)