paperless: move script to this git

This commit is contained in:
Florian Zirker 2024-02-23 18:20:41 +01:00
parent c70b5f90d1
commit a478052194
4 changed files with 88 additions and 2 deletions

View file

@ -16,3 +16,9 @@ tab_width = 2
[*.md]
trim_trailing_whitespace = false
[*.py]
end_of_line = lf
indent_style = space
indent_size = 4
tab_width = 4