duplicati icon indicating copy to clipboard operation
duplicati copied to clipboard

Added `.editorconfig` file.

Open kenkendk opened this issue 1 year ago • 1 comments

This closes #5269

kenkendk avatar Jul 18 '24 08:07 kenkendk

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.

kenkendk avatar Aug 01 '24 14:08 kenkendk