From ab6d8614d5c782b692c0624c4cbcd75245c57f80 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Tue, 15 May 2018 16:37:32 -0400 Subject: fix typo in editorconfig resulting in ignored options Signed-off-by: Eli Schwartz Signed-off-by: Allan McRae --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 273eef48..efea87bf 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,7 +13,7 @@ trim_trailing_whitespace = true charset = utf-8 indent_style = tab -[NEWS,HACKING] +[{NEWS,HACKING}] indent_style = space [*.py] -- cgit v1.2.3-24-g4f1b