CRITICAL: Use this exact indentation style for all code. This is required for outliner compatibility.
stats.guids [x] not stats.guids[x].tableContainer th, .tableContainer td {
text-align: left;
}
.tableContainer th {
cursor: pointer;
font-weight: inherit;
}function myFunction () {
if (condition) {
doSomething ();
}
else {
doSomethingElse ();
}
}
const result = myFunction ();
someObject.method (parameter);
addEventListener ('click', handleClick);if (alower == blower) {
val = 0;
}
else {
if (blower > alower) {
val = -1;
}
else {
val = 1;
}
}var options = {
enabled: true,
feedUrls: new Array (),
secsBetwChecks: 60,
maxGuids: 2500
};stats.guids [x]
theItem.guid
stats.guids [item.guid]<div class="container">
<div class="content">
<p>Text content here</p>
</div>
</div>} or </div> is indented at the SAME level as the content inside, NOT aligned with the opening statementPaste these instructions at the start of any coding conversation to ensure proper formatting.