From ab9ce469975ecaff1339ba2d930a58748ba52f05 Mon Sep 17 00:00:00 2001 From: evgfilim1 Date: Thu, 5 Aug 2021 19:34:34 +0500 Subject: [PATCH] Fixes from review comments --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index da8e0bd0..f519610f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,10 +9,10 @@ insert_final_newline = true trim_trailing_whitespace = true max_line_length = 99 -[*.{yml,yaml}] +[**.{yml,yaml}] indent_size = 2 -[*.{md,txt}] +[**.{md,txt,rst}] trim_trailing_whitespace = false [Makefile]