Revert "editorconfig: punish tab usage"

This reverts commit 3840c98b36.
There are multiple reasons:
- the correct way to prevent tabs being mistakenly added is a CI linting step
- it can affect the editing experience of foreign source files
  under mpv's tree (e.g. subprojects)
- at least one editor (BBEdit) misinterprets the values and also turns
  soft tabs into 7 spaces
- it does not consistently apply to GH code view either
This commit is contained in:
sfan5 2024-10-18 18:37:52 +02:00
parent 37159a8ee0
commit 9737b99845
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ charset = utf-8
insert_final_newline = true
indent_style = space
indent_size = 4
tab_width = 7
max_line_length = 80
trim_trailing_whitespace = true