From 5f66dc8817e8aa29d8e8f9884d42b489dbb1743e Mon Sep 17 00:00:00 2001 From: Seth Falco Date: Thu, 22 Jul 2021 00:53:45 +0200 Subject: [PATCH] chore: tsv indent_style = tab --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) 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