mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
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:
@@ -846,6 +846,7 @@ code,
|
||||
|
||||
.highlight {
|
||||
background-color: var(--highlight-background-color);
|
||||
tab-size: 4;
|
||||
}
|
||||
|
||||
/* Emphasized lines */
|
||||
|
||||
Reference in New Issue
Block a user