Skip to content

Commit

Permalink
Align with spec-factory
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Apr 14, 2020
1 parent ae7ce51 commit e44ec8e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
9 changes: 6 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,19 @@ root = true
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_size = 1
indent_size = 2
indent_style = space
trim_trailing_whitespace = true
max_line_length = 100

[Makefile]
indent_style = tab

[.travis.yml]
indent_size = 2
[*.bs]
indent_size = 1

[*.py]
indent_size = 4

[*.js]
max_line_length = 120
Expand Down
14 changes: 7 additions & 7 deletions .pr-preview.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"src_file": "index.bs",
"type": "bikeshed",
"params": {
"force": 1,
"md-status": "LS-PR",
"md-Text-Macro": "PR-NUMBER {{ pull_request.number }}"
}
"src_file": "index.bs",
"type": "bikeshed",
"params": {
"force": 1,
"md-status": "LS-PR",
"md-Text-Macro": "PR-NUMBER {{ pull_request.number }}"
}
}

0 comments on commit e44ec8e

Please sign in to comment.