Skip to content

Commit ff16a34

Browse files
committed
Adding .editorconfig and making whitespace consistent
1 parent cff024c commit ff16a34

21 files changed

+437
-419
lines changed

.editorconfig

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# editorconfig.org
2+
root = true
3+
4+
[*]
5+
indent_style = tab
6+
end_of_line = lf
7+
charset = utf-8
8+
trim_trailing_whitespace = true
9+
insert_final_newline = true
10+
11+
[*.json]
12+
indent_style = space
13+
indent_size = 2

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-waypoints",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "An AngularJS module for working with jQuery Waypoints",
55
"main": "dist/angular-waypoints.js",
66
"license": "MIT",

dist/angular-waypoints.all.js

+143-141
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-waypoints.all.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)