1
0
Fork 0
mirror of https://github.com/borgbase/vorta synced 2025-01-03 13:45:49 +00:00

Add .editorconfig file (#665)

This commit is contained in:
Manu 2020-09-27 15:04:30 +08:00 committed by GitHub
parent 3d1f91dbec
commit d46ca3cd2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

14
.editorconfig Normal file
View file

@ -0,0 +1,14 @@
# http://editorconfig.org
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[Makefile]
indent_style = tab