diff --git a/Policies/Default.mdpolicy.xml b/Policies/Default.mdpolicy.xml deleted file mode 100644 index 3d84c4c..0000000 --- a/Policies/Default.mdpolicy.xml +++ /dev/null @@ -1,231 +0,0 @@ - - - - - PrefixedHierarchical - FileName - - - - - 120 - 4 - True - - - True - NextLine - NextLine - NextLine - NextLine - NextLine - NextLine - NextLine - AddBraces - NewLine - SameLine - NewLine - NewLine - NewLine - False - False - False - False - False - False - True - False - - - - True - - - - - Namespaces - Namespace - VisibilityMask - PascalCase - True - True - - - Types - Class, Struct, Enum, Delegate - VisibilityMask - PascalCase - True - True - - - Interfaces - - I - - Interface - VisibilityMask - PascalCase - True - True - - - Attributes - - Attribute - - CustomAttributes - VisibilityMask - PascalCase - True - True - - - Event Arguments - - EventArgs - - CustomEventArgs - VisibilityMask - PascalCase - True - True - - - Exceptions - - Exception - - CustomExceptions - VisibilityMask - PascalCase - True - True - - - Methods - Methods - VisibilityMask - PascalCase - True - True - - - Static Readonly Fields - ReadonlyField - Internal, Protected, Public - PascalCase - False - True - - - Fields (Non Private) - Field - Internal, Protected, Public - PascalCase - True - True - - - ReadOnly Fields (Non Private) - ReadonlyField - Internal, Protected, Public - PascalCase - True - False - - - Fields (Private) - - _ - m_ - - Field, ReadonlyField - Private - CamelCase - True - False - - - Static Fields (Private) - Field - Private - CamelCase - False - True - - - ReadOnly Fields (Private) - - _ - m_ - - ReadonlyField - Private - CamelCase - True - False - - - Constant Fields - ConstantField - VisibilityMask - PascalCase - True - True - - - Properties - Property - VisibilityMask - PascalCase - True - True - - - Events - Event - VisibilityMask - PascalCase - True - True - - - Enum Members - EnumMember - VisibilityMask - PascalCase - True - True - - - Parameters - Parameter - VisibilityMask - CamelCase - True - True - - - Type Parameters - - T - - TypeParameter - VisibilityMask - PascalCase - True - True - - - Local Variables - LocalVariable - VisibilityMask - CamelCase - True - True - - - - - \ No newline at end of file