在以下行中有两个前置空间,但我有一个标签。如何设置配置文件才能获得它?现在配置文件列在下面。
BasedOnStyle : Chromium
AlignTrailingComments : true
BreakBeforeBraces : Allman
ColumnLimit : 0
IndentWidth : 4
KeepEmptyLinesAtTheStartOfBlocks : false
ObjCSpaceAfterProperty : true
ObjCSpaceBeforeProtocolList : true
PointerBindsToType : false
SpacesBeforeTrailingComments : 1
TabWidth : 8
UseTab : Always