Skip to content

Commit 5e715ec

Browse files
authored
Merge pull request #335 from w3c/issue-334-create-profiling-document
SHACL Profiling Document
2 parents 0ada76a + 00765a5 commit 5e715ec

File tree

2 files changed

+815
-0
lines changed

2 files changed

+815
-0
lines changed

shacl12-profiling/.prettierrc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)