mirror of
				https://github.com/tursodatabase/libsql.git
				synced 2025-11-04 10:38:54 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			298 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			298 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
# Use the Google style in this project.
 | 
						|
BasedOnStyle: Google
 | 
						|
 | 
						|
# Some folks prefer to write "int& foo" while others prefer "int &foo".  The
 | 
						|
# Google Style Guide only asks for consistency within a project, we chose
 | 
						|
# "int &foo" for this project:
 | 
						|
DerivePointerAlignment: false
 | 
						|
PointerAlignment: Right
 |