mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-08-15 15:24:47 +00:00
23 lines
492 B
INI
23 lines
492 B
INI
# SPDX-FileCopyrightText: 2024 Jonah Aragon <jonah@privacyguides.org>
|
|
#
|
|
# SPDX-License-Identifier: MIT OR CC-BY-SA-4.0
|
|
|
|
# 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
|
|
|
|
[{*.caddy,*.example-caddy,Caddyfile}]
|
|
charset = utf-8
|
|
indent_style = tab
|
|
tab_width = 4
|