diff --git a/build.gradle b/build.gradle index b0744131..592f544d 100644 --- a/build.gradle +++ b/build.gradle @@ -129,6 +129,7 @@ apply plugin: 'com.diffplug.spotless' spotless { format 'misc', { target '*.md', '*.gradle', '**/*.properties', '**/*.xml', '**/*.yaml', '**/*.yml' + targetExclude "**/.idea/**" endWithNewline() trimTrailingWhitespace() }