diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-04-26 14:38:47 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-04-26 14:38:47 -0400 |
commit | 89221b8b2d88668238d89af38484784c8bd16116 (patch) | |
tree | 92cd853fc1dbaca1e1b737c62c5c169bf9a95136 /src/StardewModdingAPI.sln.DotSettings | |
parent | 22806ab900721a61b142937bc58dd33727d377f9 (diff) | |
download | SMAPI-89221b8b2d88668238d89af38484784c8bd16116.tar.gz SMAPI-89221b8b2d88668238d89af38484784c8bd16116.tar.bz2 SMAPI-89221b8b2d88668238d89af38484784c8bd16116.zip |
add editorconfig, minor style fixes
Diffstat (limited to 'src/StardewModdingAPI.sln.DotSettings')
-rw-r--r-- | src/StardewModdingAPI.sln.DotSettings | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/StardewModdingAPI.sln.DotSettings b/src/StardewModdingAPI.sln.DotSettings index 81b52fd4..9620737a 100644 --- a/src/StardewModdingAPI.sln.DotSettings +++ b/src/StardewModdingAPI.sln.DotSettings @@ -1,5 +1,6 @@ <wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation"> <s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=RedundantNameQualifier/@EntryIndexedValue">HINT</s:String> + <s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=RedundantTypeArgumentsOfMethod/@EntryIndexedValue">HINT</s:String> <s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpCodeStyle/StaticQualifier/STATIC_MEMBERS_QUALIFY_MEMBERS/@EntryValue">Field, Property, Event, Method</s:String> <s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpCodeStyle/ThisQualifier/INSTANCE_MEMBERS_QUALIFY_MEMBERS/@EntryValue">Field, Property, Event, Method</s:String> <s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/LINE_FEED_AT_FILE_END/@EntryValue">True</s:Boolean> |