Skip to content

Commit e2bf35f

Browse files
committed
add formatting dotfiles
1 parent 8c51b98 commit e2bf35f

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

Diff for: .prettierrc

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"semi": true,
3+
"singleQuote": true,
4+
"endOfLine": "lf",
5+
"overrides": [
6+
{
7+
"files": ["javascript/*.js"],
8+
"options": {}
9+
},
10+
{
11+
"files": ["typescript/*.ts"],
12+
"options": {}
13+
},
14+
{
15+
"files": ["ruby/*.rb"],
16+
"options": {}
17+
},
18+
{
19+
"files": ["java/*.java"],
20+
"options": {}
21+
}
22+
]
23+
}

Diff for: .rufo

Whitespace-only changes.

0 commit comments

Comments
 (0)