Force to use LF and add editorconfig

This commit is contained in:
Yuya Ochiai
2016-02-26 00:06:41 +09:00
parent 50084fe74f
commit 7defd861e8
3 changed files with 39 additions and 28 deletions

View File

@@ -22,12 +22,15 @@ gulp.task('prettify:verify', ['prettify:sources:verify', 'prettify:jsx:verify'])
var prettify_options = {
html: {
eol: '\n',
indentSize: 2
},
css: {
eol: '\n',
indentSize: 2
},
js: {
eol: '\n',
indentSize: 2,
braceStyle: "end-expand"
}