We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c51b98 commit e2bf35fCopy full SHA for e2bf35f
.prettierrc
@@ -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
13
14
15
+ "files": ["ruby/*.rb"],
16
17
18
19
+ "files": ["java/*.java"],
20
21
+ }
22
+ ]
23
+}
.rufo
0 commit comments