From ffe067f53dff5b4f5c1fe0947bb697bc380c6ef6 Mon Sep 17 00:00:00 2001 From: Max Hilbrunner Date: Sun, 26 May 2019 18:49:55 +0200 Subject: [PATCH] Include SConstruct in .editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index ab03b8421c..56cc2e9c2d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,7 +9,7 @@ insert_final_newline = true [*.{cpp,hpp,c,h,mm}] trim_trailing_whitespace = true -[{*.{py,cs},SCsub}] +[{*.{py,cs},SConstruct,SCsub}] indent_style = space indent_size = 4