Commit graph

4 commits

Author SHA1 Message Date
Andy Scherzinger
cc559d9d75
adapt editorconfig to latest ktlint release
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-12-05 15:37:26 +01:00
Andy Scherzinger
cc40db041d
add new ktlint config params
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-12-05 12:58:27 +01:00
Andy Scherzinger
e84963842a
Rename property 'disabled_rules' to 'ktlint_disabled_rules' in all '.editorconfig' files.
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2023-02-16 09:57:19 +01:00
Tim Krüger
1dda370cb2
Add missing .editorconfig
If an developer have a own '.editorconfig' in some location above the repostires
directory it will used in the gradle build and formatting checks can be fail.

To avoid this an get an more uniform code style between Nextclouds Android apps
the '.editorconfig' from the Nextcloud Android app is used.

Because of defining 'root=true' the developers own '.editorconfig' is not used
anymore.

Signed-off-by: Tim Krüger <t@timkrueger.me>
2021-07-08 12:36:36 +02:00