You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like tsv files are displayed as tab size was 1 (at least in the diff windows), even if there is an .editorconfig setting with some other tabsize.
If I change the extension to .txt the IDE correctly displays them with tabsize according to the .editorconfig setting (but, obviously, your plugin doesn't kick in).
(Ideally, of course, tsv should be displayed as 'column -t' does, with a flexible tab stops per column)
The text was updated successfully, but these errors were encountered:
The .editorConfig is generally acknowledged. However, some of the settings are fixed for CSV files on purpose, like never wrap any lines, enable tab character in general, etc. The tab size fixation to 1 character is done for the "tabularize" formatting, which doesn't work with variable value separator length.
Looks like tsv files are displayed as tab size was 1 (at least in the diff windows), even if there is an .editorconfig setting with some other tabsize.
If I change the extension to .txt the IDE correctly displays them with tabsize according to the .editorconfig setting (but, obviously, your plugin doesn't kick in).
(Ideally, of course, tsv should be displayed as 'column -t' does, with a flexible tab stops per column)
The text was updated successfully, but these errors were encountered: