diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-07-06 18:39:00 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-07-07 22:06:02 +0200 |
commit | e0faa97416aee22fa0c09f75a4040bb2bb16e2dd (patch) | |
tree | e9687d481c219a458a7ac5c39feface3c9d779d9 /.vscode | |
parent | c8f5f5a7097254496b9dc8ddb458cf1fdb7169da (diff) |
Update/fix rpm and deb packagingflounder_5.99.2flounder/5.99.25.99.2
Change-Id: I576c7c02def683dc3028194e68416bfc0b167067
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/settings.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 9f7f5b2..b86deb9 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,7 +3,8 @@ // The number of spaces a tab is equal to. This setting is overriden based on the file contents when `editor.detectIndentation` is on. "editor.tabSize": 4, // Insert spaces when pressing Tab. This setting is overriden based on the file contents when `editor.detectIndentation` is on. - "editor.insertSpaces": true, + "editor.insertSpaces": false, + // When opening a file, `editor.tabSize` and `editor.insertSpaces` will be detected based on the file contents. "editor.detectIndentation": false, // Configure glob patterns for excluding files and folders. |