Skip to content

Commit

Permalink
editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed Jul 29, 2016
1 parent 483be7a commit 654957a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 11 deletions.
10 changes: 4 additions & 6 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 2

[*.{js,json,html,htm,css,scss,less,md,txt,properties,yml,go,lua,java}]
charset = utf-8

[*.{js,go,lua,java}]
indent_size = 4

[*.{json}]
indent_size = 2
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ See [contributing guide](.github/CONTRIBUTING.md)

| Date | Version | Description |
| ----------- | ------- | ----------- |
| 2016-07-18 | v0.0.84 | Maintenance |
| 2016-07-29 | v0.0.85 | Maintenance |
| 2016-06-14 | v0.0.78 | Published via NPM (in addition to bower) |
| 2016-06-14 | v0.0.77 | Maintenance |
| 2016-03-08 | v0.0.65 | Added webNotification.permissionGranted attribute |
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-web-notification",
"version": "0.0.84",
"version": "0.0.85",
"description": "AngularJS service for displaying web notifications.",
"authors": [
"Sagie Gur-Ari <sagiegurari@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
| Date | Version | Description |
| ----------- | ------- | ----------- |
| 2016-07-18 | v0.0.84 | Maintenance |
| 2016-07-29 | v0.0.85 | Maintenance |
| 2016-06-14 | v0.0.78 | Published via NPM (in addition to bower) |
| 2016-06-14 | v0.0.77 | Maintenance |
| 2016-03-08 | v0.0.65 | Added webNotification.permissionGranted attribute |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-web-notification",
"version": "0.0.84",
"version": "0.0.85",
"description": "AngularJS service for displaying web notifications.",
"author": {
"name": "Sagie Gur-Ari",
Expand Down
2 changes: 1 addition & 1 deletion project/build/gitdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports.tasks = {
headingNesting: {
enabled: false
}
},
},
files: {
'README.md': './project/config/README-template.md'
}
Expand Down

0 comments on commit 654957a

Please sign in to comment.