update
This commit is contained in:
parent
c6acc328c0
commit
3354805ecf
4 changed files with 37 additions and 1 deletions
4
.ecrc
Normal file
4
.ecrc
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"IgnoreDefaults": false,
|
||||
"Exclude": ["^LICENSE$", "^LICENSES/.*"]
|
||||
}
|
3
.ecrc.license
Normal file
3
.ecrc.license
Normal file
|
@ -0,0 +1,3 @@
|
|||
SPDX-FileCopyrightText: 2024 Tobias Schmidl
|
||||
|
||||
SPDX-License-Identifier: AGPL-3.0-or-later
|
22
.editorconfig
Normal file
22
.editorconfig
Normal 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
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue