aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode
diff options
context:
space:
mode:
authorMark Farrugia <mark.farrugia@fiberdyne.com.au>2019-03-01 17:34:08 +1100
committerMark Farrugia <mark.farrugia@fiberdyne.com.au>2019-03-01 17:34:17 +1100
commit9f68614f664506535c873699dcfbca6e2515a24c (patch)
treee4308b68e14e708b3fe58fc7bbf69be1b68a67d5 /.vscode
parent8ce739b235362ca810a5e25fef58e7400ba679b4 (diff)
Restructure streams_seal algorithm, formatting fixes.
Signed-off-by: Mark Farrugia <mark.farrugia@fiberdyne.com.au>
Diffstat (limited to '.vscode')
-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