4000bbd199
Security / scan (push) Successful in 12s
Updated .editorconfig to set indent_style=space and indent_size=4 for C# files. Reformat all .cs files to apply the new indentation settings. No code logic changes, just whitespace reformatting. also updated some comments in files in shorter and Precise way. No logic changes, just comment rewording for clarity and conciseness.
9 lines
311 B
C#
9 lines
311 B
C#
namespace HellionChat.Integrations;
|
|
|
|
// Third-party plugin URLs — separate from BrandingLinks (Hellion-owned URLs).
|
|
internal static class IntegrationLinks
|
|
{
|
|
public const string HonorificRepo = "https://github.com/Caraxi/Honorific";
|
|
public const string HonorificAuthor = "https://github.com/Caraxi";
|
|
}
|