From 5a09db7423c4fa443a1daf6ee1dac4b409ead714 Mon Sep 17 00:00:00 2001 From: ProfessionalUwU Date: Sat, 3 Jun 2023 09:35:43 +0200 Subject: [PATCH] Change formatting to spaces --- .editorconfig | 2 +- Program.cs | 28 ++++++++++++++-------------- pacserver.cs | 28 ++++++++++++++-------------- 3 files changed, 29 insertions(+), 29 deletions(-) diff --git a/.editorconfig b/.editorconfig index a56e1dc..8b0b175 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,7 +6,7 @@ root = true # Indentation and spacing indent_size = 4 -indent_style = tab +indent_style = space tab_width = 4 # Naming Conventions diff --git a/Program.cs b/Program.cs index d2ab9e7..2fe89ff 100644 --- a/Program.cs +++ b/Program.cs @@ -1,16 +1,16 @@ public class Program { - static void Main(string[] args) { - if (args.Length == 0) { - Console.ForegroundColor = ConsoleColor.Red; - Console.WriteLine("Please specify an option."); - Console.ResetColor(); - } else { - switch (args[0]) { - case "": - break; - default: - break; - } - } - } + static void Main(string[] args) { + if (args.Length == 0) { + Console.ForegroundColor = ConsoleColor.Red; + Console.WriteLine("Please specify an option."); + Console.ResetColor(); + } else { + switch (args[0]) { + case "": + break; + default: + break; + } + } + } } \ No newline at end of file diff --git a/pacserver.cs b/pacserver.cs index b7f3b79..da563c9 100644 --- a/pacserver.cs +++ b/pacserver.cs @@ -1,23 +1,23 @@ public class Pacserver { - public static string pacmanCacheDirectory { get; set; } = string.Empty; - public static string determinePacmanCacheDirectory() { - return pacmanCacheDirectory; - } + public static string pacmanCacheDirectory { get; set; } = string.Empty; + public static string determinePacmanCacheDirectory() { + return pacmanCacheDirectory; + } - public static string pacmanDatabaseDirectory { get; set; } = string.Empty; - public static string determinePacmanDatabaseDirectory() { - return pacmanDatabaseDirectory; - } + public static string pacmanDatabaseDirectory { get; set; } = string.Empty; + public static string determinePacmanDatabaseDirectory() { + return pacmanDatabaseDirectory; + } - public static void checkForNewerPackagesAndDatabases() { + public static void checkForNewerPackagesAndDatabases() { - } + } - public static void transferPacmanCache() { + public static void transferPacmanCache() { - } + } - public static void transferPacmanDatabases() { + public static void transferPacmanDatabases() { - } + } } \ No newline at end of file