We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04cc972 commit 0c66cb0Copy full SHA for 0c66cb0
1 file changed
lib-extra/src/main/java/com/diffplug/spotless/extra/GitAttributesLineEndings.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2016-2023 DiffPlug
+ * Copyright 2016-2025 DiffPlug
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -193,6 +193,7 @@ static class RuntimeInit {
193
/////////////////////////////////
194
// USER AND SYSTEM-WIDE VALUES //
195
196
+ FS.DETECTED.setGitSystemConfig(new File("no-global-git-config-for-spotless"));
197
systemConfig = SystemReader.getInstance().openSystemConfig(null, FS.DETECTED);
198
Errors.log().run(systemConfig::load);
199
userConfig = SystemReader.getInstance().openUserConfig(systemConfig, FS.DETECTED);
0 commit comments