summaryrefslogtreecommitdiffstats
path: root/.vscode/settings.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json13
1 files changed, 7 insertions, 6 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 4dc08b0..0839b43 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,8 +1,9 @@
{
- "editor.tabSize": 8,
- "editor.insertSpaces": false,
- "editor.rulers": [
- 80
- ],
- "editor.formatOnSave": true,
+ "editor.tabSize": 8,
+ "editor.insertSpaces": false,
+ "editor.rulers": [
+ 80
+ ],
+ "editor.formatOnSave": true,
+ "editor.trimAutoWhitespace": true
} \ No newline at end of file