mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +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:
committed by
Max Hilbrunner
parent
023122177b
commit
c4bb6dfdfa
@@ -847,6 +847,7 @@ code,
|
||||
|
||||
.highlight {
|
||||
background-color: var(--highlight-background-color);
|
||||
tab-size: 4;
|
||||
}
|
||||
|
||||
/* Emphasized lines */
|
||||
|
||||
Reference in New Issue
Block a user