diff options
author | Mauro Sardara <msardara@cisco.com> | 2020-03-24 17:34:14 +0000 |
---|---|---|
committer | Mauro Sardara <msardara@cisco.com> | 2020-09-14 17:31:15 +0000 |
commit | 88509fe353767cbde707c3e3b1f29392957819f3 (patch) | |
tree | cccd51bac7966cd3138c525e8075d90341184a66 /hicn-plugin/.vscode | |
parent | d875ae92a7fa1eaab3bc2616aeeedfc64a81fea4 (diff) |
[HICN-574] Host stack plugin for VPP.
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Change-Id: I8d8fdffef31a7013265d6529c5f52f3d5ec70d18
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Signed-off-by: Mauro <you@example.com>
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Diffstat (limited to 'hicn-plugin/.vscode')
-rw-r--r-- | hicn-plugin/.vscode/settings.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hicn-plugin/.vscode/settings.json b/hicn-plugin/.vscode/settings.json new file mode 100644 index 000000000..685ed8a0f --- /dev/null +++ b/hicn-plugin/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "editor.tabSize": 8, + "editor.insertSpaces": false, + "editor.detectIndentation": false +}
\ No newline at end of file |