Normalize cr/lf/tab
This commit is contained in:
18
src/Umbraco.Core/FileResources/Files.Designer.cs
generated
18
src/Umbraco.Core/FileResources/Files.Designer.cs
generated
@@ -10,8 +10,8 @@
|
||||
|
||||
namespace Umbraco.Core.FileResources {
|
||||
using System;
|
||||
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// A strongly-typed resource class, for looking up localized strings, etc.
|
||||
/// </summary>
|
||||
@@ -23,15 +23,15 @@ namespace Umbraco.Core.FileResources {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
internal class Files {
|
||||
|
||||
|
||||
private static global::System.Resources.ResourceManager resourceMan;
|
||||
|
||||
|
||||
private static global::System.Globalization.CultureInfo resourceCulture;
|
||||
|
||||
|
||||
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||
internal Files() {
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Returns the cached ResourceManager instance used by this class.
|
||||
/// </summary>
|
||||
@@ -45,7 +45,7 @@ namespace Umbraco.Core.FileResources {
|
||||
return resourceMan;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Overrides the current thread's CurrentUICulture property for all
|
||||
/// resource lookups using this strongly typed resource class.
|
||||
@@ -59,13 +59,13 @@ namespace Umbraco.Core.FileResources {
|
||||
resourceCulture = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to <?xml version="1.0"?>
|
||||
///
|
||||
///<!-- Blocks public downloading of anything in this folder and sub folders -->
|
||||
///
|
||||
///<configuration>
|
||||
///<configuration>
|
||||
/// <system.web>
|
||||
/// <httpHandlers>
|
||||
/// <add path="*" verb="*" type="System.Web.HttpNotFoundHandler"/>
|
||||
|
||||
Reference in New Issue
Block a user