Skip to content

Commit 8fdb42c

Browse files
author
Sean Heelan
committed
Fix newlines in README
1 parent 4d36baf commit 8fdb42c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.vscode/settings.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"python.linting.flake8Enabled": true,
33
"python.linting.pylintEnabled": false,
4-
"python.linting.enabled": true
4+
"python.linting.enabled": true,
5+
"[markdown]": {
6+
"editor.trimAutoWhitespace": false
7+
}
58
}

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
```
12
__ _
23
_ __ ___ _ __ / _| __ _ _ __ | |_
34
| '_ \ / _ \ '__| |_ _____ / _` | '_ \| __|
@@ -6,6 +7,7 @@
67
|_| |___/|_|
78
89
Performance analysis and optimisation with LLMs
10+
```
911

1012
# Examples
1113

0 commit comments

Comments
 (0)