fix codestyle, add editorconfig, align with vala-lint

This commit is contained in:
Nikolay Brovko 2020-01-24 15:37:04 +03:00
parent 5407e06683
commit 7e7c0a3ce5
No known key found for this signature in database
GPG key ID: 32258A3DEC9B6F07
3 changed files with 113 additions and 99 deletions

10
.editorconfig Normal file
View file

@ -0,0 +1,10 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.vala]
indent_style = space
indent_size = 4
charset = utf-8