mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-12 13:40:19 +07:00
Default schema completion
(cherry picked from commit 7e836c1df5a1e016b384db746055346ca13282d5) FLEET-MR-5118 GitOrigin-RevId: 17839900776efbd5599faf4aa06ef3d3a8b6f494
This commit is contained in:
committed by
intellij-monorepo-bot
parent
eea037b50b
commit
37ac8e237a
@@ -19,6 +19,10 @@ class IndentingStringBuilder(private val indent: String, private val offset: Str
|
||||
stringBuilder.append(string)
|
||||
}
|
||||
|
||||
fun appendNoOffset(string: String) {
|
||||
stringBuilder.append(string)
|
||||
}
|
||||
|
||||
fun indent(body: Context.() -> Unit) {
|
||||
Context(
|
||||
indent = indent,
|
||||
|
||||
Reference in New Issue
Block a user