Skip to content

Commit

Permalink
Revert "editorconfig: punish tab usage"
Browse files Browse the repository at this point in the history
This reverts commit 3840c98.
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
  • Loading branch information
sfan5 committed Oct 20, 2024
1 parent 37159a8 commit 9737b99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9737b99

Please sign in to comment.