Skip to content

Instantly share code, notes, and snippets.

@StrangeRanger
Last active September 13, 2022 17:38
Embed
What would you like to do?
Configuration file for the formatting tool known as Prettier.
{
"tabWidth": 2,
"useTabs": false
}
#version: "2"
tabWidth: 4
printWidth: 100
useTabs: false
overrides:
- files:
- "*.yaml"
- "*.yml"
options:
tabWidth: 2
@StrangeRanger
Copy link
Author

Project Tracker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment