diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..fafff2e8d --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.DS_Store +Thumbs.db diff --git a/CodeStyle.DotSettings b/CodeStyle.DotSettings new file mode 100644 index 000000000..6ab84a2f0 --- /dev/null +++ b/CodeStyle.DotSettings @@ -0,0 +1,17 @@ + + Implicit + Implicit + ExplicitlyTyped + ExplicitlyTyped + TOGETHER_SAME_LINE + 1 + True + True + False + False + False + <Policy Inspect="True" Prefix="" Suffix="" Style="AaBb"><ExtraRule Prefix="_" Suffix="" Style="aaBb" /></Policy> + True + True + True + True diff --git a/InspectionSettings.DotSettings b/InspectionSettings.DotSettings new file mode 100644 index 000000000..a5f2b5530 --- /dev/null +++ b/InspectionSettings.DotSettings @@ -0,0 +1,10 @@ + + ERROR + ERROR + ERROR + ERROR + ERROR + ERROR + ERROR + ERROR + ERROR \ No newline at end of file diff --git a/PatternsAndTemplates.DotSettings b/PatternsAndTemplates.DotSettings new file mode 100644 index 000000000..588dbf4de --- /dev/null +++ b/PatternsAndTemplates.DotSettings @@ -0,0 +1,18 @@ + + True + True + xUnit test + True + 0 + True + True + 2.0 + InCSharpFile + fact + True + [Fact] +public void $Fails$() +{ + false.Should().BeTrue();$END$ +} + \ No newline at end of file