duplicati
duplicati copied to clipboard
Added `.editorconfig` file.
This closes #5269
I looked at it again, and I can see some of the recommendations is to use PascalCase for constants. This is a good rule, but the Duplicati codebase is using the C-standard where constants are SCREAMING_SNAKE_CASE, so I think merging this will cause a bunch of warnings that should be fixed in the same PR.