Open docwhat opened 3 years ago
Your plugin should use the current editor's tab size (activeEditor.options.tabSize) for indenting (indent_width) instead of always defaulting to "4".
activeEditor.options.tabSize
indent_width
Ideally, the override order should be:
.lua-format
Your plugin should use the current editor's tab size (
activeEditor.options.tabSize
) for indenting (indent_width
) instead of always defaulting to "4".Ideally, the override order should be:
.lua-format
file..lua-format
.