intellij-csv-validator
intellij-csv-validator copied to clipboard
TSV doesn't respect .editorconfig tabsize
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 .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.