Trim 包含源代码片段中的空格

Trim whitespace in included sourcecode snippet

有什么方法可以 trim 包含的源代码片段中的起始缩进空格?

是的,您需要在包含指令中使用 indent 属性,请参阅 Indent included content。如果您包含 snippet.src 文件中的代码,它将看起来像这样:

include::snippet.src[indent=0]

[source,indent=0]
----
include::snippet.src[]
----