Add editorconfig file

This is supported by many editors and an easy
way to ensure consistent indentation.
pull/933/head
Patrick Griffis 8 years ago committed by Jussi Pakkanen
parent d8cd194214
commit 07a53eeebb
  1. 25
      .editorconfig

@ -0,0 +1,25 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
[*.[ch]]
indent_size = 4
[*.cpp]
indent_size = 4
[*.py]
indent_size = 4
[*.vala]
indent_size = 4
[*.xml]
indent_size = 2
[meson.build]
indent_size = 2
Loading…
Cancel
Save