You've already forked godot
							
							
				mirror of
				https://github.com/godotengine/godot.git
				synced 2025-11-03 11:50:27 +00:00 
			
		
		
		
	Style: Ensure svgs have trailing newlines
This commit is contained in:
		@@ -15,6 +15,3 @@ indent_style = space
 | 
			
		||||
[{*.{yml,yaml},.clang{-format,-tidy,d}}]
 | 
			
		||||
indent_size = 2
 | 
			
		||||
indent_style = space
 | 
			
		||||
 | 
			
		||||
[*.svg]
 | 
			
		||||
insert_final_newline = false
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,10 @@
 | 
			
		||||
export default {
 | 
			
		||||
	multipass: true,
 | 
			
		||||
	precision: 2,
 | 
			
		||||
	js2svg: {
 | 
			
		||||
		eol: "lf",
 | 
			
		||||
		finalNewline: true,
 | 
			
		||||
	},
 | 
			
		||||
	plugins: [
 | 
			
		||||
		{
 | 
			
		||||
			name: "preset-default",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user