client/.editorconfig
author rougeronj
Thu, 21 May 2015 11:07:34 +0200
changeset 88 2db951a4a04c
parent 0 cef349423167
permissions -rw-r--r--
updates dependencies and add main-bower-file to gulpfile to concatenate the vendorJs Refactors gulpfile

# http://editorconfig.org
root = true

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

[*.md]
trim_trailing_whitespace = false