Include SConstruct in .editorconfig

This commit is contained in:
Max Hilbrunner 2019-05-26 18:49:55 +02:00
parent df17cf06d4
commit ffe067f53d

View file

@ -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