-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1960 from w3c/ege-formatting-2
Auto formatting
- Loading branch information
Showing
78 changed files
with
51,997 additions
and
37,804 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# This file allows you to configure your editor using [EditorConfig](https://EditorConfig.org). | ||
# Make sure to install the EditorConfig plugin if your editor doesn't come with built-in support. | ||
|
||
# top-most EditorConfig file | ||
root = true | ||
|
||
[*] | ||
indent_style = space # useTabs=false in prettier | ||
indent_size = 2 # tabWidth in prettier | ||
end_of_line = lf # endOfLine in prettier | ||
charset = utf-8 # not configurable in prettier | ||
trim_trailing_whitespace = false # not configurable in prettier | ||
insert_final_newline = true # always true in prettier | ||
|
||
[{/publication/**,/node_modules/**,index.html,validation/tm-json-schema-validation.json,context/td-context-1.1.jsonld,visualization/*.png,visualization/*.svg}] | ||
indent_style = unset | ||
indent_size = unset | ||
end_of_line = unset | ||
charset = unset | ||
trim_trailing_whitespace = unset | ||
insert_final_newline = unset |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Set default behaviour, in case users don't have core.autocrlf set. | ||
* text=auto | ||
|
||
# Explicitly declare text files we want to always be normalized and converted | ||
# to native line endings on checkout. | ||
|
||
# Declare files that will always have LF line endings on checkout. | ||
*.c text eol=lf | ||
*.css text eol=lf | ||
*.cpp text eol=lf | ||
.editorconfig text eol=lf | ||
.gitattributes text eol=lf | ||
.gitignore text eol=lf | ||
.gitmodules text eol=lf | ||
*.gyp text eol=lf | ||
*.h text eol=lf | ||
*.hpp text eol=lf | ||
*.html text eol=lf | ||
*.js text eol=lf | ||
*.ts text eol=lf | ||
*.json text eol=lf | ||
LICENSE text eol=lf | ||
*.md text eol=lf | ||
*.puml text eol=lf | ||
*.svg text eol=lf | ||
*.sh text eol=lf | ||
*.sparql text eol=lf | ||
*.ttl text eol=lf | ||
*.yml text eol=lf | ||
|
||
# Declare files that will always have CRLF line endings on checkout. | ||
*.bat text eol=crlf | ||
*.cmd text eol=crlf | ||
|
||
# Denote all files that are truly binary and should not be modified. | ||
*.gif binary | ||
*.jpg binary | ||
*.node binary | ||
*.png binary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
name: Validation tests | ||
|
||
on: | ||
on: | ||
pull_request: | ||
branches: | ||
- main | ||
branches: | ||
- main | ||
|
||
jobs: | ||
test: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"src_file": "index.html", | ||
"type": "respec" | ||
} | ||
"src_file": "index.html", | ||
"type": "respec" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Files added by default, repeating for transparency | ||
**/.git | ||
**/.svn | ||
**/.hg | ||
**/node_modules | ||
|
||
# Publication-related files | ||
publication | ||
errata.html | ||
errata11.html | ||
|
||
# Automatically generated files | ||
ontology/*.html | ||
index.html | ||
validation/tm-json-schema-validation.json | ||
context/td-context-1.1.jsonld | ||
visualization/*.png | ||
visualization/*.svg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"tabWidth": 2, | ||
"useTabs": false, | ||
"endOfLine": "lf", | ||
"printWidth": 120, | ||
"quoteProps": "preserve", | ||
"trailingComma": "none" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.