Can I adjust the space setting of tab symbol in LiteIDE. The space is different with other editors. I tried to find it but cannot find out how to adjust the space.
Thanks.
Can I adjust the space setting of tab symbol in LiteIDE. The space is different with other editors. I tried to find it but cannot find out how to adjust the space.
Thanks.
That would be because go fmt no longer authorize modifying tab width: see revision 34dac78e0550, as discussed in LiteIDE issue 125:
cmd/gofmt: remove -tabwidth and -tabs flagsHaving these flags misleads people into thinking they're acceptable for code that "must be
gofmt'd".If an organization wishes to use gofmt internally with different settings, they can fork
gofmttrivially. But "gofmt" as used by the community with open source Go code should not support these old knobs.
That being said, the editor itself still authorizes custom tab width since 20121228-ver-x151:
Go to View > Options > LiteEditor > File Types
