fixed line-endings

This commit is contained in:
Nils Andresen 2023-11-27 12:41:08 +01:00 committed by Patrik Svensson
parent 989c0b9904
commit 44300c871f
79 changed files with 2696 additions and 2696 deletions

View File

@ -1,4 +1,4 @@
Title: Calendar Title: Calendar
Order: 40 Order: 40
RedirectFrom: calendar RedirectFrom: calendar
Description: "The **Calendar** is used to render a calendar to the terminal." Description: "The **Calendar** is used to render a calendar to the terminal."

View File

@ -1,4 +1,4 @@
using Statiq.App; using Statiq.App;
using Statiq.Common; using Statiq.Common;
using Statiq.Web; using Statiq.Web;

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Collections.Concurrent; using System.Collections.Concurrent;
using System.Collections.Generic; using System.Collections.Generic;
using System.Collections.Immutable; using System.Collections.Immutable;

View File

@ -1,4 +1,4 @@
namespace Docs.Extensions namespace Docs.Extensions
{ {
public static class StringExtensions public static class StringExtensions
{ {

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using Newtonsoft.Json; using Newtonsoft.Json;

View File

@ -1,4 +1,4 @@
using System.Collections.Generic; using System.Collections.Generic;
namespace Docs.Models namespace Docs.Models
{ {

View File

@ -1,4 +1,4 @@
using System.Linq; using System.Linq;
using System.Net; using System.Net;
using Docs.Utilities; using Docs.Utilities;
using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyInjection;

View File

@ -1,4 +1,4 @@
using Statiq.Common; using Statiq.Common;
using Statiq.Web.GitHub; using Statiq.Web.GitHub;
using Statiq.Web.Netlify; using Statiq.Web.Netlify;

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Threading.Tasks; using System.Threading.Tasks;
using Docs.Extensions; using Docs.Extensions;

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text; using System.Text;

View File

@ -1,4 +1,4 @@
using Spectre.Console; using Spectre.Console;
namespace Generator.Commands namespace Generator.Commands
{ {

View File

@ -1,4 +1,4 @@
namespace Spectre.Console.Cli; namespace Spectre.Console.Cli;
internal sealed class BranchConfigurator : IBranchConfigurator internal sealed class BranchConfigurator : IBranchConfigurator
{ {

View File

@ -1,4 +1,4 @@
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// <auto-generated> // <auto-generated>
// This code was generated by a tool. // This code was generated by a tool.
// Runtime Version:4.0.30319.42000 // Runtime Version:4.0.30319.42000

View File

@ -1,4 +1,4 @@
namespace Spectre.Console; namespace Spectre.Console;
/// <summary> /// <summary>
/// Represents horizontal alignment. /// Represents horizontal alignment.

View File

@ -1,4 +1,4 @@
namespace Spectre.Console; namespace Spectre.Console;
/// <summary> /// <summary>
/// Represents vertical alignment. /// Represents vertical alignment.

View File

@ -1,4 +1,4 @@
namespace Spectre.Console; namespace Spectre.Console;
internal static class TypeNameHelper internal static class TypeNameHelper
{ {

View File

@ -1,4 +1,4 @@
namespace Spectre.Console; namespace Spectre.Console;
[DebuggerDisplay("{Region,nq}")] [DebuggerDisplay("{Region,nq}")]
internal sealed class LayoutRender internal sealed class LayoutRender

View File

@ -1,4 +1,4 @@
namespace Spectre.Console.Tests.Data; namespace Spectre.Console.Tests.Data;
public class ReptileSettings : AnimalSettings public class ReptileSettings : AnimalSettings
{ {

View File

@ -1,4 +1,4 @@
namespace Spectre.Console.Tests.Unit.Cli.Testing; namespace Spectre.Console.Tests.Unit.Cli.Testing;
public class FakeTypeRegistrarTests public class FakeTypeRegistrarTests
{ {

View File

@ -1,4 +1,4 @@
namespace Spectre.Console.Tests; namespace Spectre.Console.Tests;
[AttributeUsage(AttributeTargets.Method, AllowMultiple = true)] [AttributeUsage(AttributeTargets.Method, AllowMultiple = true)]
public sealed class GitHubIssueAttribute : Attribute public sealed class GitHubIssueAttribute : Attribute