diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-01-16 18:03:23 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-01-22 13:23:45 +0000 |
commit | e4a70a62643fbe2d1e4457fc264df82f0f3ece8f (patch) | |
tree | ca54c1edfb255712cf34943b29e3d9bab6077661 /.vscode | |
parent | e48154f403c82d30d282a03d9ce13ace334a6be9 (diff) |
Make sure using space as indentation style
Also use the same indent rules
Change-Id: I50ca200d7186ba133ea3a6f0137120d4090ed16e
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/settings.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 56beca3..9367870 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -30,5 +30,7 @@ "gdbserver", "golib", "eows", "mfolders", "IFOLDER", "flds", "dflt", "stconfig", "reflectme", "franciscocpg", "crosssdk", "urfave", "EXEPATH", "conv", "Sillyf", "xsapiv", "EVTSDK", "zillode", "gerrit" - ] + ], + "editor.insertSpaces": true, + "editor.detectIndentation": true } |