UNPKG
llm-commit
Version:
latest (2.3.0)
2.3.0
2.1.0
2.0.2
2.0.1
2.0.0
1.0.2
1.0.1
1.0.0
Turns diffs into concise, readable git commit messages
github.com/conradbkay/llm-commit
llm-commit
/
.prettierrc
7 lines
•
112 B
Plain Text
View Raw
1
2
3
4
5
6
7
{
"trailingComma"
:
"none"
,
"tabWidth"
:
2
,
"semi"
:
false
,
"singleQuote"
:
true
,
"printWidth"
:
80
}