[chore]Editorconfig: ymlに加えてyamlファイルに対しても同じ規約を適用する (#10081)
* Added yaml file in addition to yml file, in editorconfig * Applied editorconfig for pnpm-workspace.yaml --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
This commit is contained in:
		@@ -7,5 +7,5 @@ charset = utf-8
 | 
				
			|||||||
insert_final_newline = true
 | 
					insert_final_newline = true
 | 
				
			||||||
end_of_line = lf
 | 
					end_of_line = lf
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[*.yml]
 | 
					[*.{yml,yaml}]
 | 
				
			||||||
indent_style = space
 | 
					indent_style = space
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,4 @@
 | 
				
			|||||||
packages:
 | 
					packages:
 | 
				
			||||||
 - 'packages/backend'
 | 
					 - 'packages/backend'
 | 
				
			||||||
 - 'packages/frontend'
 | 
					 - 'packages/frontend'
 | 
				
			||||||
 - 'packages/sw'
 | 
					 - 'packages/sw'
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user