ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
# E.17 TabToSpaces The TabToSpaces filter replaces all tab characters with a given count of space characters. ``` <filterchain> <tabtospaces tablength="8" /> </filterchain> ``` Table E.13:聽 Attributes for the `<tabtospaces>` filter NameTypeDescriptionDefaultRequired`tablength``Integer`The number of space characters that a tab is to represent. 8No