This commit is contained in:
Tobias Schmidl 2024-11-24 08:11:10 +01:00
parent c6acc328c0
commit 3354805ecf
4 changed files with 37 additions and 1 deletions

4
.ecrc Normal file
View file

@ -0,0 +1,4 @@
{
"IgnoreDefaults": false,
"Exclude": ["^LICENSE$", "^LICENSES/.*"]
}

3
.ecrc.license Normal file
View file

@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2024 Tobias Schmidl
SPDX-License-Identifier: AGPL-3.0-or-later

22
.editorconfig Normal file
View file

@ -0,0 +1,22 @@
# SPDX-FileCopyrightText: 2024 Tobias Schmidl
#
# SPDX-License-Identifier: AGPL-3.0-or-later
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.php]
indent_size = 2
[*.{yaml,yml}]
indent_size = 2

View file

@ -1,2 +1,9 @@
# snippets
<!--
SPDX-FileCopyrightText: 2024 Tobias Schmidl
SPDX-License-Identifier: AGPL-3.0-or-later
-->
# Snippets
various files that are useful across projects