From c2dafd73bb42e2d1198470ccf7e0c96d9702c399 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Thu, 14 Feb 2019 04:52:25 +0300 Subject: [PATCH] Improve .editorconfig a little --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index c6f6baa8..1b2e53e5 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,7 +9,7 @@ charset = utf-8 indent_style = space indent_size = 4 -[*.{cpp,h,js,html}] +[*.{cpp,h,js,html,txt}] indent_style = tab [*.txt]