Nextcloud v1

This commit is contained in:
2026-02-25 21:58:59 +01:00
parent 99727ae934
commit 6f8929b193
2 changed files with 63 additions and 0 deletions

12
.editorconfig Normal file
View File

@@ -0,0 +1,12 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
charset = utf-8
[*.{yml,yaml}]
indent_size = 2