File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
lib-extra/src/main/java/com/diffplug/spotless/extra Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2016-2023 DiffPlug
2
+ * Copyright 2016-2025 DiffPlug
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -193,6 +193,7 @@ static class RuntimeInit {
193
193
/////////////////////////////////
194
194
// USER AND SYSTEM-WIDE VALUES //
195
195
/////////////////////////////////
196
+ FS .DETECTED .setGitSystemConfig (new File ("no-global-git-config-for-spotless" ));
196
197
systemConfig = SystemReader .getInstance ().openSystemConfig (null , FS .DETECTED );
197
198
Errors .log ().run (systemConfig ::load );
198
199
userConfig = SystemReader .getInstance ().openUserConfig (systemConfig , FS .DETECTED );
You can’t perform that action at this time.
0 commit comments