[JENKINS-35828] match editorconfig across dashboard + personalization

This commit is contained in:
Cliff Meyers 2016-06-30 14:10:36 -04:00
parent 6d652c0850
commit 852b6a5d68
3 changed files with 13 additions and 1 deletions

View File

@ -1,12 +1,13 @@
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 160
[*.md]
trim_trailing_whitespace = false

View File

@ -0,0 +1,10 @@
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 4
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 160

View File

@ -26,6 +26,7 @@
"enzyme": "^2.2.0",
"eslint": "2.8.0",
"eslint-plugin-react": "^5.0.1",
"eslint-to-editorconfig": "1.2.0",
"gulp": "^3.9.1",
"gulp-mocha": "^2.2.0",
"mocha": "^2.4.5",