File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ trim_trailing_whitespace = false
1616[{Makefile,* .mk} ]
1717indent_style = tab
1818
19- [* .yml ]
19+ [* .{json,yaml, yml} ]
2020indent_size = 2
Original file line number Diff line number Diff line change @@ -104,7 +104,6 @@ RUN apt-get --quiet update \
104104# a comma separated list as an argument with a space.
105105# Ref: https://github.com/rust-lang/rustup/issues/4073
106106RUN rustup toolchain install \
107- --no-self-update \
108107 --target x86_64-unknown-linux-gnu,x86_64-unknown-uefi \
109108 --profile minimal \
110109 --component=clippy,rustfmt \
You can’t perform that action at this time.
0 commit comments