1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-01 19:02:18 +01:00

Adds support cpp to vscode (#1828)

Co-authored-by: Stefan Agner <stefan@agner.ch>
This commit is contained in:
dentra
2021-06-15 01:45:22 +03:00
committed by GitHub
parent 93f8ee7e60
commit c411043681
5 changed files with 58 additions and 26 deletions

View File

@@ -7,7 +7,7 @@ insert_final_newline = true
charset = utf-8
# python
[*.{py}]
[*.py]
indent_style = space
indent_size = 4
@@ -25,4 +25,10 @@ indent_size = 2
[*.{yaml,yml}]
indent_style = space
indent_size = 2
quote_type = single
quote_type = single
# JSON
[*.json]
indent_style = space
indent_size = 2