1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

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