Browse Source

Add resharper workspace shared settings

pull/1912/head
duckdoom5 4 months ago
parent
commit
4c4f98134e
  1. 1
      .gitignore
  2. 5
      CppSharp.sln.DotSettings

1
.gitignore vendored

@ -17,7 +17,6 @@ src/generator/generator @@ -17,7 +17,6 @@ src/generator/generator
.DS_Store
*.user
*.suo
*.DotSettings
*.sdf
*.opensdf
*.pdb

5
CppSharp.sln.DotSettings

@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
<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/CodeStyle/Naming/CSharpNaming/Abbreviations/=CLI/@EntryIndexedValue">CLI</s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=MSVC/@EntryIndexedValue">MSVC</s:String>
<s:Boolean x:Key="/Default/UserDictionary/Words/=diag/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=undefine/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>
Loading…
Cancel
Save