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 910e9ee commit 50352dcCopy full SHA for 50352dc
shacl-inf-rules/.prettierrc
@@ -0,0 +1,14 @@
1
+{
2
+ "useTabs": true,
3
+ "printWidth": 150,
4
+ "semi": true,
5
+ "singleQuote": false,
6
+ "quoteProps": "as-needed",
7
+ "jsxSingleQuote": false,
8
+ "trailingComma": "none",
9
+ "bracketSpacing": true,
10
+ "jsxBracketSameLine": false,
11
+ "htmlWhitespaceSensitivity": "ignore",
12
+ "arrowParens": "always",
13
+ "endOfLine": "lf"
14
+}
0 commit comments