Skip to content

Commit de17546

Browse files
committed
Test pre-commit formatting hook with intentionally bad formatting
1 parent b33dabe commit de17546

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

test-formatting.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
// Test file with bad formatting
2+
const badly = {
3+
formatted: "code",
4+
missing: "semicolons",
5+
extra: "spaces",
6+
};
7+
8+
function test() {
9+
console.log("test");
10+
}

0 commit comments

Comments
 (0)