Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What formatter does this extention use? #2004

Closed
06kellyjac opened this issue May 20, 2020 · 2 comments
Closed

What formatter does this extention use? #2004

06kellyjac opened this issue May 20, 2020 · 2 comments

Comments

@06kellyjac
Copy link

I'm looking to have my contiguous commands be indented extra but I can't find what formatter this extension uses to potentially change it's config file:

FROM debian:buster-slim
RUN \
  export DEBIAN_FRONTEND=noninteractive \
  && apt-get update \
  && apt-get install --assume-yes --no-install-recommends --no-install-suggests \
    bash \
    ca-certificates \
    curl \
    gnupg \
    unzip \
  && rm -rf /var/lib/apt/lists/*

Currently it formats like:

FROM debian:buster-slim
RUN \
  export DEBIAN_FRONTEND=noninteractive \
  && apt-get update \
  && apt-get install --assume-yes --no-install-recommends --no-install-suggests \
  bash \
  ca-certificates \
  curl \
  gnupg \
  unzip \
  && rm -rf /var/lib/apt/lists/*
@bwateratmsft
Copy link
Collaborator

@rcjsuen?

@06kellyjac
Copy link
Author

06kellyjac commented May 20, 2020

Thanks for the swift reply, it helped me find it:

It looks like it's this project that holds the formatter https://github.com/rcjsuen/dockerfile-utils
I'll have a look through there for options/config


There's a tracking issue rcjsuen/dockerfile-utils#62

@vscodebot vscodebot bot locked and limited conversation to collaborators Jul 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants