Skip to content

Commit 93524f4

Browse files
authored
Merge pull request #21 from pmachowski/latest
refactor(all): upgrade to lastest stable Angular; fix server side ren…
2 parents 7c61f9d + ccc9d7c commit 93524f4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+5187
-8637
lines changed

Diff for: .editorconfig

+7-39
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,15 @@
1-
# EditorConfig is awesome: http://EditorConfig.org
1+
# http://editorconfig.org
22

3-
# top-most EditorConfig file
43
root = true
54

6-
# End every file with a newline
75
[*]
8-
insert_final_newline = true
9-
10-
[{*.css,*.less}]
11-
indent_style = space
12-
indent_size = 2
13-
14-
[{*.js,*.json}]
15-
indent_style = space
16-
indent_size = 2
17-
18-
[{*.html,*.hbs}]
6+
charset = utf-8
197
indent_style = space
208
indent_size = 2
9+
end_of_line = lf
10+
insert_final_newline = true
11+
trim_trailing_whitespace = true
2112

2213
[*.md]
23-
indent_style = space
24-
indent_size = 2
25-
26-
[*.xml]
27-
indent_style = space
28-
indent_size = 2
29-
30-
[*.yml]
31-
indent_style = space
32-
indent_size = 2
33-
34-
# Matches the exact files either package.json or .travis.yml
35-
[{package.json,.travis.yml}]
36-
indent_style = space
37-
indent_size = 2
38-
39-
# Makefiles
40-
[Makefile]
41-
indent_style = tab
42-
indent_size = 2
43-
44-
# Vagrant files
45-
[Vagrantfile]
46-
indent_style = space
47-
indent_size = 2
14+
insert_final_newline = false
15+
trim_trailing_whitespace = false

Diff for: .eslintrc

-5
This file was deleted.

Diff for: .gitattributes

-88
This file was deleted.

0 commit comments

Comments
 (0)