mirror of
https://codeberg.org/h3xx/you-dont-need-pihole.git
synced 2026-06-14 17:55:39 +00:00
And all the other explanatory bits needed to push this out into a proper Open Source Project(TM).
13 lines
224 B
INI
13 lines
224 B
INI
# 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
|