EditorConfig: don't replace tabs with spaces in tsv files (#15815)

This commit is contained in:
Seth Falco 2021-07-22 07:30:29 +02:00 committed by GitHub
parent de5dc63379
commit 0002f7e8be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,6 +44,9 @@ indent_size = 2
[*.{props,targets,config,nuspec}] [*.{props,targets,config,nuspec}]
indent_size = 2 indent_size = 2
[*.tsv]
indent_style = tab
# Dotnet code style settings: # Dotnet code style settings:
[*.cs] [*.cs]
# Sort using and Import directives with System.* appearing first # Sort using and Import directives with System.* appearing first