Account for global git ignore when VCS option is enabled #7844
                  
                    
                      jakeleventhal
                    
                  
                
                  started this conversation in
                Ideas
              
            Replies: 0 comments
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
I ran into an issue where my lints were failing due to my local
.claudesettings file. After some digging it's because claude code adds**/.claude/settings.local.jsonto your global git ignore file by default. We have our formatter set to using tabs but claude uses spaces by default. Since that file is not in my project git ignore files, it causes formatting issues.Biome should have an option to account for global git ignore.
Beta Was this translation helpful? Give feedback.
All reactions