From 6898837c220833c99cee7ff541184eab3df4ab38 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Tue, 12 Feb 2019 01:14:15 +0300 Subject: [PATCH] Set recommended tab width for .txt files --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 1eddf049..c6f6baa8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,3 +11,6 @@ indent_size = 4 [*.{cpp,h,js,html}] indent_style = tab + +[*.txt] +tab_width = 8