mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	Merge pull request #2378 from Mailaender/patch-1
Added support for .mdpolicy XML files
This commit is contained in:
		| @@ -3467,6 +3467,7 @@ XML: | |||||||
|   - .jelly |   - .jelly | ||||||
|   - .kml |   - .kml | ||||||
|   - .launch |   - .launch | ||||||
|  |   - .mdpolicy | ||||||
|   - .mm |   - .mm | ||||||
|   - .mxml |   - .mxml | ||||||
|   - .nproj |   - .nproj | ||||||
|   | |||||||
							
								
								
									
										12
									
								
								samples/XML/Example.mdpolicy
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								samples/XML/Example.mdpolicy
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,12 @@ | |||||||
|  | <?xml version="1.0" encoding="utf-8"?> | ||||||
|  | <PolicySet name="Example.mdpolicy"> | ||||||
|  |   <TextStylePolicy inheritsSet="VisualStudio" inheritsScope="text/plain" scope="text/x-csharp"> | ||||||
|  |     <FileWidth>120</FileWidth> | ||||||
|  |     <TabsToSpaces>False</TabsToSpaces> | ||||||
|  |     <NoTabsAfterNonTabs>True</NoTabsAfterNonTabs> | ||||||
|  |   </TextStylePolicy> | ||||||
|  |   <DotNetNamingPolicy> | ||||||
|  |     <DirectoryNamespaceAssociation>None</DirectoryNamespaceAssociation> | ||||||
|  |     <ResourceNamePolicy>FileFormatDefault</ResourceNamePolicy> | ||||||
|  |   </DotNetNamingPolicy> | ||||||
|  | </PolicySet> | ||||||
		Reference in New Issue
	
	Block a user