Skip to content

Commit 4b77ff9

Browse files
authored
Merge pull request swiftlang#9 from abdullahselek/master
Leave empty lines.
2 parents a3bfed4 + d6e72c6 commit 4b77ff9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Editors/vscode/.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
},
99
// Turn off tsc task auto detection since we have the necessary tasks as npm scripts
1010
"typescript.tsc.autoDetect": "off"
11-
}
11+
}

Editors/vscode/.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
}
1818
}
1919
]
20-
}
20+
}

Editors/vscode/.vscodeignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ src/**
66
.gitignore
77
tsconfig.json
88
vsc-extension-quickstart.md
9-
tslint.json
9+
tslint.json

Editors/vscode/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
"node_modules",
2121
".vscode-test"
2222
]
23-
}
23+
}

0 commit comments

Comments
 (0)