Skip to content

Commit fbe9cf2

Browse files
committed
Add .editorconfig support.
1 parent 21a8608 commit fbe9cf2

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
## 0.4.11 - 2016-04-24
69

710
### Changed

0 commit comments

Comments
 (0)