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

Commit fb30f11

Browse files
♻️ Change print width to 100
1 parent 0f555c3 commit fb30f11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/prettier.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Options } from "prettier";
22

33
const options: Options = {
4-
printWidth: 120,
4+
printWidth: 100,
55
};
66

77
export default options;

0 commit comments

Comments
 (0)