New major release 3.0

This commit is contained in:
Sebastian Hildebrandt
2016-08-03 09:07:54 +02:00
parent 8ebf6c7548
commit b1d4b4ff65
4 changed files with 1810 additions and 957 deletions
+23
View File
@@ -0,0 +1,23 @@
# For more information about the properties used in
# this file, please see the EditorConfig documentation:
# http://editorconfig.org/
# top-most EditorConfig file
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = true
[{.travis.yml,package.json}]
# The indent size used in the `package.json` file cannot be changed
# https://github.com/npm/npm/pull/3180#issuecomment-16336516
indent_style = space
indent_size = 2