Skip to content
This repository has been archived by the owner on Aug 7, 2021. It is now read-only.

Commit

Permalink
♻️ Change print width to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary committed Sep 25, 2020
1 parent 0f555c3 commit fb30f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/prettier.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Options } from "prettier";

const options: Options = {
printWidth: 120,
printWidth: 100,
};

export default options;

0 comments on commit fb30f11

Please sign in to comment.