Skip to content

Commit 92578c0

Browse files
newlines
1 parent e54f061 commit 92578c0

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.prettierrc.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"semi": false,
3-
"singleQuote": true,
4-
"tabWidth": 2,
5-
"trailingComma": "es5",
6-
"bracketSpacing": true,
7-
"jsxBracketSameLine": false,
8-
"arrowParens": "avoid",
9-
"printWidth": 100,
10-
"endOfLine": "lf"
11-
}
2+
"semi": false,
3+
"singleQuote": true,
4+
"tabWidth": 2,
5+
"trailingComma": "es5",
6+
"bracketSpacing": true,
7+
"jsxBracketSameLine": false,
8+
"arrowParens": "avoid",
9+
"printWidth": 100,
10+
"endOfLine": "lf"
11+
}

src/components/ColumnHeader/ColumnHeader.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
:global(th:hover) .headerText {
1212
overflow: hidden;
1313
text-overflow: ellipsis;
14-
}
14+
}

0 commit comments

Comments
 (0)