Skip to content

Commit 865625d

Browse files
committed
Fix formatting
1 parent 7f5fd82 commit 865625d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ The tool will automatically switch to the next available profile.
5757
```bash
5858
msps switch
5959
```
60+
6061
```plain
6162
╭──────────── Maven Settings Profile Switcher ────────────╮
6263
│ │
@@ -72,6 +73,7 @@ The specified profile will be activated.
7273
```bash
7374
msps switch work
7475
```
76+
7577
```plain
7678
╭───────────── Maven Settings Profile Switcher ──────────────╮
7779
│ │
@@ -91,6 +93,7 @@ No changes will be made if the specified profile is not found.
9193
```bash
9294
msps switch target_profile
9395
```
96+
9497
```plain
9598
╭───────────── Maven Settings Profile Switcher ──────────────╮
9699
│ │
@@ -110,6 +113,7 @@ msps switch target_profile
110113
```bash
111114
msps list
112115
```
116+
113117
```plain
114118
╭───────────── Maven Settings Profile Switcher ──────────────╮
115119
│ │

renovate.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:recommended"
5-
],
6-
"baseBranches": [
7-
"develop"
8-
],
3+
"extends": ["config:recommended"],
4+
"baseBranches": ["develop"],
95
"packageRules": [
106
{
117
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],

0 commit comments

Comments
 (0)