editorconfig: Add configuration for Meson

This commit is contained in:
Dylan Baker
2021-06-23 14:11:51 -07:00
parent cc195a1470
commit 9552bcc128

6
.editorconfig Normal file
View File

@@ -0,0 +1,6 @@
root = true
[{meson.build,meson_options.txt}]
indent_size = 2
indent_style = space
insert_final_newline = true