Skip to content

Commit 654957a

Browse files
committed
editorconfig
1 parent 483be7a commit 654957a

File tree

6 files changed

+9
-11
lines changed

6 files changed

+9
-11
lines changed

.editorconfig

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@
22
root = true
33

44
[*]
5+
charset = utf-8
56
end_of_line = lf
67
insert_final_newline = true
78
trim_trailing_whitespace = true
89
indent_style = space
9-
indent_size = 2
10-
11-
[*.{js,json,html,htm,css,scss,less,md,txt,properties,yml,go,lua,java}]
12-
charset = utf-8
13-
14-
[*.{js,go,lua,java}]
1510
indent_size = 4
11+
12+
[*.{json}]
13+
indent_size = 2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ See [contributing guide](.github/CONTRIBUTING.md)
108108

109109
| Date | Version | Description |
110110
| ----------- | ------- | ----------- |
111-
| 2016-07-18 | v0.0.84 | Maintenance |
111+
| 2016-07-29 | v0.0.85 | Maintenance |
112112
| 2016-06-14 | v0.0.78 | Published via NPM (in addition to bower) |
113113
| 2016-06-14 | v0.0.77 | Maintenance |
114114
| 2016-03-08 | v0.0.65 | Added webNotification.permissionGranted attribute |

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-web-notification",
3-
"version": "0.0.84",
3+
"version": "0.0.85",
44
"description": "AngularJS service for displaying web notifications.",
55
"authors": [
66
"Sagie Gur-Ari <sagiegurari@gmail.com>"

docs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
| Date | Version | Description |
22
| ----------- | ------- | ----------- |
3-
| 2016-07-18 | v0.0.84 | Maintenance |
3+
| 2016-07-29 | v0.0.85 | Maintenance |
44
| 2016-06-14 | v0.0.78 | Published via NPM (in addition to bower) |
55
| 2016-06-14 | v0.0.77 | Maintenance |
66
| 2016-03-08 | v0.0.65 | Added webNotification.permissionGranted attribute |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-web-notification",
3-
"version": "0.0.84",
3+
"version": "0.0.85",
44
"description": "AngularJS service for displaying web notifications.",
55
"author": {
66
"name": "Sagie Gur-Ari",

project/build/gitdown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports.tasks = {
1414
headingNesting: {
1515
enabled: false
1616
}
17-
},
17+
},
1818
files: {
1919
'README.md': './project/config/README-template.md'
2020
}

0 commit comments

Comments
 (0)