From e5dbaca6fa9f76578d3998eef116e5a46bf54bdf Mon Sep 17 00:00:00 2001 From: Simon Schmid Date: Thu, 27 Jul 2023 14:32:55 +0200 Subject: [PATCH] Squashed '.sln.dotsettings/' content from commit 516c5366 git-subtree-dir: .sln.dotsettings git-subtree-split: 516c5366615287134dba03bbf336e6f69d07de69 --- .gitignore | 2 ++ CodeStyle.DotSettings | 17 +++++++++++++++++ InspectionSettings.DotSettings | 10 ++++++++++ PatternsAndTemplates.DotSettings | 18 ++++++++++++++++++ 4 files changed, 47 insertions(+) create mode 100644 .gitignore create mode 100644 CodeStyle.DotSettings create mode 100644 InspectionSettings.DotSettings create mode 100644 PatternsAndTemplates.DotSettings 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