From 7f55179825dc774c236e0feda757034da6189f21 Mon Sep 17 00:00:00 2001 From: Dean Ellis Date: Fri, 6 May 2016 12:09:16 +0100 Subject: [PATCH] Add Code formatting Policies for Xamarin Studio/MonoDevleop This commit adds the MonoDevelopPolicies.xml file to the repo. This will enforce the code formatting for the various projects in the repo. Currently it is enforcing the standard Visual Studio formatting. We will probably need to add the same for Visual Studio as well just in case the end user overrides the defaults. --- Configuration.props | 1 + MonoDevelopPolicies.xml | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 MonoDevelopPolicies.xml diff --git a/Configuration.props b/Configuration.props index 93e4dd6f603..5b00715026a 100644 --- a/Configuration.props +++ b/Configuration.props @@ -16,5 +16,6 @@ v6.0 $(HOME)\android-archives $(HOME)\android-toolchain + $(MSBuildThisFileDirectory)MonoDevelopPolicies.xml diff --git a/MonoDevelopPolicies.xml b/MonoDevelopPolicies.xml new file mode 100644 index 00000000000..c9a0f40e222 --- /dev/null +++ b/MonoDevelopPolicies.xml @@ -0,0 +1,4 @@ + + + +