2025-08-12 01:55:49 -05:00
|
|
|
# SPDX-FileCopyrightText: 2024 Jonah Aragon <jonah@privacyguides.org>
|
|
|
|
#
|
2025-08-12 03:13:42 -05:00
|
|
|
# SPDX-License-Identifier: MIT OR CC-BY-SA-4.0
|
2024-02-27 10:11:19 +00:00
|
|
|
|
|
|
|
# EditorConfig is awesome: https://EditorConfig.org
|
|
|
|
|
|
|
|
# top-most EditorConfig file
|
|
|
|
root = true
|
|
|
|
|
|
|
|
# Unix-style newlines with a newline ending every file
|
|
|
|
[*]
|
|
|
|
charset = utf-8
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|
|
|
|
end_of_line = lf
|
|
|
|
insert_final_newline = true
|
|
|
|
trim_trailing_whitespace = true
|
2024-04-02 09:51:56 +00:00
|
|
|
|
|
|
|
[{*.caddy,*.example-caddy,Caddyfile}]
|
|
|
|
charset = utf-8
|
|
|
|
indent_style = tab
|
|
|
|
tab_width = 4
|