diff options
author | Victor Toso <victortoso@gnome.org> | 2021-04-01 22:33:37 +0200 |
---|---|---|
committer | Victor Toso <victortoso@gnome.org> | 2021-04-19 23:03:17 +0200 |
commit | 87f0bf734482ebd59a1a0db38ce2ca255e02da14 (patch) | |
tree | 4c8730f3889098a06f93d331edaac6d240cdc21e /.editorconfig | |
parent | 96a2e4af3f5bffc3c2d97b75824802392eb74c0f (diff) | |
download | grilo-87f0bf734482ebd59a1a0db38ce2ca255e02da14.tar.gz |
Add editorconfig
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..e8b33e2 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,16 @@ +root = true + +[*] +charset = utf-8 +end_of_line = LF + +[*.[ch]] +indent_style = space +indent_size = 2 + +[*.lua] +indent_style = space +indent_size = 2 + +[Makefile] +indent_style = tab |