Bring in hapi-pg-promise

This commit is contained in:
Abel Luck 2023-03-13 10:20:29 +00:00
parent 67f7cf8e1b
commit 346b40db98
16 changed files with 3100 additions and 627 deletions

View file

@ -0,0 +1,15 @@
# http://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
max_line_length = 80
trim_trailing_whitespace = true
[*.md]
max_line_length = 0
trim_trailing_whitespace = false