mirror of https://github.com/mono/CppSharp.git
5 changed files with 21 additions and 5 deletions
@ -0,0 +1,11 @@ |
|||||||
|
# When making commits that are strictly formatting/style changes, add the |
||||||
|
# commit hash here, so git blame can ignore the change. See docs for more |
||||||
|
# details: |
||||||
|
# https://git-scm.com/docs/git-config#Documentation/git-config.txt-blameignoreRevsFile |
||||||
|
# |
||||||
|
# |
||||||
|
# Example entries: |
||||||
|
# |
||||||
|
# <full commit hash> # Formating changes |
||||||
|
# <full commit hash> # rename something internal |
||||||
|
4352a86efc9a0270ecd0c1712c9f470a9bd8fb75 # Format all c++ files |
@ -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…
Reference in new issue