AutoLispExt
AutoLispExt copied to clipboard
Format Selection does not respect the usage of tabs versus spaces
Describe the bug I prefer to use tabs over spaces in my code. When I select a portion of code and chose "format" selection, the tabs are removed and spaces are used.
To Reproduce Steps to reproduce the behavior:
- select a code section.
- right click and chose "format selection"
- code section is formatted but the indent tabs are replaced with spaces.
Expected behavior Respect the tabs versus spaces setting.
Screenshots none
Desktop (please complete the following information):
- OS: Windows
- Version: 10.0.1904
Additional context none
Thanks for pointing out this!
If the file has mixed indenting chars for blank and tab, how the fommatter should follow it? Or provide a setting to insert tab or blank chars to formatting?