Skip to content

Commit 9ac5502

Browse files
committed
readme: format tables
1 parent 6a8527a commit 9ac5502

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ You can download the latest stable from [Releases](https://github.com/sourcegit-
4343

4444
This software creates a folder `$"{System.Environment.SpecialFolder.ApplicationData}/SourceGit"`, which is platform-dependent, to store user settings, downloaded avatars and crash logs.
4545

46-
| OS | PATH |
47-
| --- | --- |
48-
| Windows | `C:\Users\USER_NAME\AppData\Roaming\SourceGit` |
49-
| Linux | `${HOME}/.config/SourceGit` |
50-
| macOS | `${HOME}/Library/Application Support/SourceGit` |
46+
| OS | PATH |
47+
|---------|-------------------------------------------------|
48+
| Windows | `C:\Users\USER_NAME\AppData\Roaming\SourceGit` |
49+
| Linux | `${HOME}/.config/SourceGit` |
50+
| macOS | `${HOME}/Library/Application Support/SourceGit` |
5151

5252
For **Windows** users:
5353

@@ -74,13 +74,13 @@ For **Linux** users:
7474

7575
This app supports open repository in external tools listed in the table below.
7676

77-
| Tool | Windows | macOS | Linux | Environment Variable |
78-
| --- | --- | --- | --- | --- |
79-
| Visual Studio Code | YES | YES | YES | VSCODE_PATH |
80-
| Visual Studio Code - Insiders | YES | YES | YES | VSCODE_INSIDERS_PATH |
81-
| VSCodium | YES | YES | YES | VSCODIUM_PATH |
82-
| JetBrains Fleet | YES | YES | YES | FLEET_PATH |
83-
| Sublime Text | YES | YES | YES | SUBLIME_TEXT_PATH |
77+
| Tool | Windows | macOS | Linux | Environment Variable |
78+
|-------------------------------|---------|-------|-------|----------------------|
79+
| Visual Studio Code | YES | YES | YES | VSCODE_PATH |
80+
| Visual Studio Code - Insiders | YES | YES | YES | VSCODE_INSIDERS_PATH |
81+
| VSCodium | YES | YES | YES | VSCODIUM_PATH |
82+
| JetBrains Fleet | YES | YES | YES | FLEET_PATH |
83+
| Sublime Text | YES | YES | YES | SUBLIME_TEXT_PATH |
8484

8585
* You can set the given environment variable for special tool if it can NOT be found by this app automatically.
8686
* Installing `JetBrains Toolbox` will help this app to find other JetBrains tools installed on your device.

0 commit comments

Comments
 (0)