diff options
| author | Jason Miller <[email protected]> | 2017-01-18 12:17:53 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-01-18 12:17:53 -0500 |
| commit | f6c582d8658a562dc84d4e5558ff8838491347de (patch) | |
| tree | 1aa3b25c29bb97e550d1c4fdac7480820f6356ab /.editorconfig | |
| parent | d93148ffbdc8c9a5253918cfe680581dd5bbcd70 (diff) | |
Suggested some changes
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/.editorconfig b/.editorconfig index 81adf67..ac0adb7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,15 +1,17 @@ -root = True +root = true [*] -end_of_line = lf - -[*.js] indent_style = tab +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true -[*.md] +[{package.json,.*rc,*.yml}] indent_style = space indent_size = 2 -[{package.json,.travis.yml}] +[*.md] +trim_trailing_whitespace = false indent_style = space indent_size = 2 |
