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
1 changed files with 3 additions and 0 deletions

View File

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