Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
"dbaeumer.vscode-eslint",
"EditorConfig.EditorConfig",
"ms-azuretools.vscode-docker",
- "ms-python.python",
"sonarsource.sonarlint-vscode",
"streetsidesoftware.code-spell-checker"
]
--- /dev/null
+root = true
+
+[*]
+indent_style = space
+indent_size = 2
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
+end_of_line = lf
+max_line_length = 100
+
+[*.py]
+indent_size = 4
+
+[*.md]
+max_line_length = off
+trim_trailing_whitespace = false
+
+[{Makefile,**.mk}]
+# Use tabs for indentation (Makefiles require tabs)
+indent_style = tab
--- /dev/null
+{
+ // See https://go.microsoft.com/fwlink/?LinkId=827846
+ // for the documentation about the extensions.json format
+ "recommendations": [
+ "EditorConfig.EditorConfig",
+ "streetsidesoftware.code-spell-checker",
+ "ms-python.python"
+ ]
+}
--- /dev/null
+{
+ "cSpell.words": ["ocpp", "websockets"]
+}