Skip to content

Commit 3b56e27

Browse files
author
Denis Peshkov
committed
small fix
1 parent d4d025e commit 3b56e27

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<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">
2+
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=TS/@EntryIndexedValue">TS</s:String></wpf:ResourceDictionary>

src/TypeScriptDefinitionGenerator/Generator/IntellisenseWriter.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ private static string CleanEnumInitValue(string value)
8282
if (trimedValue.Length > 0) return trimedValue;
8383
return "0";
8484
}
85-
86-
85+
8786
private static void WriteTypeScriptComment(IntellisenseProperty p, StringBuilder sb, string prefix)
8887
{
8988
if (string.IsNullOrEmpty(p.Summary)) return;

0 commit comments

Comments
 (0)