mirror of
				https://github.com/ethan-zf/cesium-plot-js.git
				synced 2025-11-04 01:04:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			113 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			113 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
module.exports = {
 | 
						|
  semi: true,
 | 
						|
  trailingComma: "all",
 | 
						|
  singleQuote: true,
 | 
						|
  printWidth: 120,
 | 
						|
  tabWidth: 2
 | 
						|
}; |