Skip to content

Commit 1d70a5e

Browse files
committed
Add .editorconfig support.
1 parent fbb97d7 commit 1d70a5e

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.editorconfig

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# http://editorconfig.org
2+
3+
root = true
4+
5+
[*]
6+
charset = utf-8
7+
end_of_line = lf
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true
10+
11+
[*.{js,json,jsonld,yaml,yml}]
12+
indent_style = space
13+
indent_size = 2
14+
15+
[*.idl]
16+
indent_style = space
17+
indent_size = 4

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Unreleased
44

5+
### Added
6+
- Add .editorconfig support.
7+
58
### Changed
69
- Update url parser to remove default ports from URLs.
710
- Skip spec version 1.1 tests.

0 commit comments

Comments
 (0)