Created
December 6, 2010 21:42
-
-
Save agross/731015 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <CodeStyleSettings> | |
| <Naming2> | |
| <UserRule Inspect="True" Prefix="" Suffix="" Style="Aa_bb" StaticnessKind="Static, Instance" AccessRight="Public" Description="MSpec contexts"> | |
| <ElementKinds> | |
| <Kind Name="Machine.Specifications_Context" /> | |
| </ElementKinds> | |
| </UserRule> | |
| <UserRule Inspect="True" Prefix="" Suffix="" Style="aa_bb" StaticnessKind="Instance" AccessRight="Private, Protected, ProtectedInternal, Internal, Public" Description="MSpec supporting fields"> | |
| <ElementKinds> | |
| <Kind Name="Machine.Specifications_Behavior" /> | |
| <Kind Name="Machine.Specifications_SupportingField" /> | |
| </ElementKinds> | |
| </UserRule> | |
| <UserRule Inspect="True" Prefix="should_" Suffix="" Style="aa_bb" StaticnessKind="Instance" AccessRight="Private, Protected, ProtectedInternal, Internal, Public" Description="MSpec specifications"> | |
| <ElementKinds> | |
| <Kind Name="Machine.Specifications_Specification" /> | |
| </ElementKinds> | |
| </UserRule> | |
| </Naming2> | |
| </CodeStyleSettings> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment