removed work specific clangd formatting.
This commit is contained in:
		
							parent
							
								
									844ce89ea8
								
							
						
					
					
						commit
						97238bddbd
					
				
					 1 changed files with 0 additions and 17 deletions
				
			
		| 
						 | 
				
			
			@ -29,23 +29,6 @@
 | 
			
		|||
        BreakBeforeBinaryOperators: NonAssignment
 | 
			
		||||
        ...
 | 
			
		||||
      '';
 | 
			
		||||
      "work/.clang-format" = lib.mkIf config.user.git.workProfile.enable {
 | 
			
		||||
        text = ''
 | 
			
		||||
          ---
 | 
			
		||||
          #this syncronizes with settings used by neovims treesitters so that the lsp formatting and treesitter formatting do not fight eatch other.
 | 
			
		||||
          PointerAlignment: Left
 | 
			
		||||
          ColumnLimit: 80
 | 
			
		||||
          IndentWidth: 4
 | 
			
		||||
          TabWidth: 4
 | 
			
		||||
          UseCRLF: false
 | 
			
		||||
          UseTab: Never
 | 
			
		||||
          AlignAfterOpenBracket: BlockIndent
 | 
			
		||||
          AlwaysBreakBeforeMultilineStrings: true
 | 
			
		||||
          BreakBeforeBraces: Allman
 | 
			
		||||
          BreakBeforeBinaryOperators: None
 | 
			
		||||
          ...
 | 
			
		||||
        '';
 | 
			
		||||
      };
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue