mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 12:15:00 +00:00
code-style: run dotnet format
to compliance the editorconfig rules (#31)
This commit is contained in:
parent
98a46f8211
commit
a6103b8b31
4 changed files with 6 additions and 6 deletions
|
@ -21,7 +21,7 @@ namespace SourceGit.Models
|
|||
else
|
||||
{
|
||||
return editor.InstallTextMate(new RegistryOptions(ThemeName.LightPlus));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public static void SetThemeByApp(TextMate.Installation installation)
|
||||
|
@ -58,4 +58,4 @@ namespace SourceGit.Models
|
|||
GC.Collect();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue