.vscode/settings.json in skippy-0.1.1.a vs .vscode/settings.json in skippy-0.2.0.a
- old
+ new
@@ -1,4 +1,5 @@
// Place your settings in this file to overwrite default and user settings.
{
- "editor.wrappingColumn": 80
-}
\ No newline at end of file
+ "editor.wrappingColumn": 80,
+ "files.insertFinalNewline": true
+}