We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74490fa commit 9c75a1cCopy full SHA for 9c75a1c
2 files changed
.devcontainer/devcontainer.json
@@ -0,0 +1,15 @@
1
+{
2
+ "name": "System76 EC",
3
+ "build": {
4
+ "dockerfile": "../tools/containers/ec/Containerfile"
5
+ },
6
+ "customizations": {
7
+ "vscode": {
8
+ "settings": {},
9
+ "extensions": [
10
+ "EditorConfig.EditorConfig",
11
+ "rust-lang.rust-analyzer"
12
+ ]
13
+ }
14
15
+}
.editorconfig
@@ -16,5 +16,5 @@ trim_trailing_whitespace = false
16
[{Makefile,*.mk}]
17
indent_style = tab
18
19
-[*.yml]
+[*.{json,yaml,yml}]
20
indent_size = 2
0 commit comments