diff --git a/.editorconfig b/.editorconfig index 6fd562d452d..517c9656ba6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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