modulesync 4.0.0-10-g1c946c3

This commit is contained in:
Bram Vogelaar 2021-01-11 22:31:05 +01:00
parent 264d4ab24b
commit 0da811dfc6
No known key found for this signature in database
GPG key ID: 02374F82C00E4984
19 changed files with 682 additions and 0 deletions

14
.editorconfig Normal file
View file

@ -0,0 +1,14 @@
# editorconfig.org
# MANAGED BY MODULESYNC
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
tab_width = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true