From adeed6f7306b0be45c80419bca486ce198bcad68 Mon Sep 17 00:00:00 2001 From: whitequark Date: Thu, 30 Apr 2020 02:22:37 +0000 Subject: [PATCH] Fix .editorconfig to not break abc. --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.editorconfig b/.editorconfig index 4d6f5ef7a..f5444d81a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,3 +5,8 @@ indent_style = tab indent_size = tab trim_trailing_whitespace = true insert_final_newline = true + +[abc/**] +indent_style = space +indent_size = 2 +trim_trailing_whitespace = false -- 2.30.2