summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Hilbrunner <m.hilbrunner@gmail.com>2019-05-26 18:49:55 +0200
committerMax Hilbrunner <m.hilbrunner@gmail.com>2019-05-26 18:49:55 +0200
commitffe067f53dff5b4f5c1fe0947bb697bc380c6ef6 (patch)
tree1afc07e414fdde9403e9051207c6e55c8a8836ee
parentdf17cf06d44ca8c75ddcbce52b4e56d05ffea332 (diff)
Include SConstruct in .editorconfig
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
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