Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Ungureanu <marius.ungureanu@xamarin.com>2018-10-17 14:24:56 +0300
committerGitHub <noreply@github.com>2018-10-17 14:24:56 +0300
commitfa20385240dfef907f18f6b283d066a91e3dc463 (patch)
tree392dccfa81a00fa819fabb1f7d6e14da5eb8c6fd /.editorconfig
parent50e827b4ea2cebbb4ec2e7f3124705b757c19173 (diff)
Update editorconfig for accessibility modifiers
Fixes VSTS #707438 - Add more editorconfig options to monodevelop editorconfig
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index c62355d515..1b790234b6 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -93,3 +93,6 @@ csharp_style_pattern_matching_over_as_with_null_check = true:suggestion
csharp_style_inlined_variable_declaration = true:suggestion
csharp_style_throw_expression = true:suggestion
csharp_style_conditional_delegate_call = true:suggestion
+
+# Avoid redundant accessibility modifiers when they're default
+dotnet_style_require_accessibility_modifiers = true: