1
0
Fork 0
mirror of https://codeberg.org/h3xx/you-dont-need-pihole.git synced 2024-08-14 20:27:01 +00:00

Add README, CONTRIBUTING, LICENSE

And all the other explanatory bits needed to push this out into a
proper Open Source Project(TM).
This commit is contained in:
Dan Church 2022-11-11 16:42:16 -06:00
parent 3e3e0d48f2
commit 2a67e47cde
Signed by: h3xx
GPG key ID: EA2BF379CD2CDBD0
9 changed files with 803 additions and 0 deletions

13
.editorconfig Normal file
View file

@ -0,0 +1,13 @@
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
charset = latin1
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
[*.md]
indent_size = 2