Skip to content

Commit

Permalink
Add dprint formatting for Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
rdaum committed Jun 19, 2024
1 parent 4b825a3 commit 5016443
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ RUN apt -y install clang libclang-dev swig python3-dev cmake
RUN cargo install cargo-watch
EXPOSE 8080
COPY ./ ./

3 changes: 2 additions & 1 deletion dprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"https://plugins.dprint.dev/toml-0.6.2.wasm",
"https://plugins.dprint.dev/markdown-0.17.1.wasm",
"https://plugins.dprint.dev/json-0.19.3.wasm",
"https://plugins.dprint.dev/typescript-0.91.1.wasm"
"https://plugins.dprint.dev/typescript-0.91.1.wasm",
"https://plugins.dprint.dev/dockerfile-0.3.2.wasm"
]
}

0 comments on commit 5016443

Please sign in to comment.