Automatically convert spaces to tabs in codeblocks

• Adds codeblock css rule for tab-size
• Only applies to GDScript/C++
• Fix some inconsistent cpp codeblock filters
This commit is contained in:
Thaddeus Crews
2023-10-03 22:18:53 -05:00
parent adbab1482c
commit acf09b8551
4 changed files with 28 additions and 14 deletions

View File

@@ -846,6 +846,7 @@ code,
.highlight {
background-color: var(--highlight-background-color);
tab-size: 4;
}
/* Emphasized lines */