From 3354805ecfd2b00196eb3d717cb32a91b8f3207aea7efcf11d543088804db689 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Sun, 24 Nov 2024 08:11:10 +0100 Subject: [PATCH] update --- .ecrc | 4 ++++ .ecrc.license | 3 +++ .editorconfig | 22 ++++++++++++++++++++++ README.md | 9 ++++++++- 4 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 .ecrc create mode 100644 .ecrc.license create mode 100644 .editorconfig diff --git a/.ecrc b/.ecrc new file mode 100644 index 0000000..09be1af --- /dev/null +++ b/.ecrc @@ -0,0 +1,4 @@ +{ + "IgnoreDefaults": false, + "Exclude": ["^LICENSE$", "^LICENSES/.*"] +} diff --git a/.ecrc.license b/.ecrc.license new file mode 100644 index 0000000..5a4cd6e --- /dev/null +++ b/.ecrc.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2024 Tobias Schmidl + +SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..0b1f798 --- /dev/null +++ b/.editorconfig @@ -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 diff --git a/README.md b/README.md index a657b57..a89df19 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ -# snippets + + +# Snippets + +various files that are useful across projects