Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

276
Views
Prettier format code write by me, not the whole team

I am a programmer, and I started using prettier, I want prettier to format the code write only by me, for example if I open a JavaScript file pushed on Git by other members of the team, I dont want that code to be formated. Is there any posibility?

Searched on the web but nothing found

about 4 years ago · Juan Pablo Isaza
2 answers
Answer question

0

Setting: Format On Save Mode

Visual Studio Code has a setting "Format On Save Mode", which you can set to "modifications", which will only format the changes you made.
You might need some experimentation with this feature but it promises exactly what you are asking.

  1. File -> Preferences -> Settings
  2. Search for format
  3. Find Editor: Format On Save Mode
  4. Change value to modifications
  5. Evaluate the other auto-formatting options if they make sense to deactivate

See screenshot below:
enter image description here

about 4 years ago · Juan Pablo Isaza Report

0

There is no option for that, but you can ignore the code you don't want to format with specific comments.

e.g. to ignore js code you need to type // prettier-ignore

// prettier-ignore
matrix(
  1, 0, 0,
  0, 1, 0,
  0, 0, 1
)

You can check their documentation to learn more: https://prettier.io/docs/en/ignore.html

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!