formatting tidy-up

This commit is contained in:
Eliot Jones 2020-04-25 09:11:16 +01:00
parent c2de52423e
commit 635c4b4c5e
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +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:Boolean x:Key="/Default/CodeStyle/CSharpUsing/AddImportsToDeepestScope/@EntryValue">True</s:Boolean>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=BE/@EntryIndexedValue">BE</s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=CIE/@EntryIndexedValue">CIE</s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=CMYK/@EntryIndexedValue">CMYK</s:String>

View File

@ -4,13 +4,12 @@
using System.Collections.Generic;
using System.Text;
using Annotations;
using Core;
using Graphics.Operations;
using Tokens;
using Util;
using Util.JetBrains.Annotations;
using Tokenization.Scanner;
using UglyToad.PdfPig.Graphics;
using Graphics;
/// <summary>
/// Contains the content and provides access to methods of a single page in the <see cref="PdfDocument"/>.