Skip to content

Commit

Permalink
flexible line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
danielweck committed May 11, 2017
1 parent 1b6b87b commit 5327513
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
root=true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.{md}]
indent_style = ignore
indent_size = ignore

[*.{js,ts}]
indent_style = space
indent_size = 4

[*.{yml,json}]
indent_style = space
indent_size = 2

[*.{html,css,scss}]
indent_style = space
indent_size = 2
root=true

[*]
charset = utf-8
end_of_line = crlf lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.{md}]
indent_style = ignore
indent_size = ignore

[*.{js,ts}]
indent_style = space
indent_size = 4

[*.{yml,json}]
indent_style = space
indent_size = 2

[*.{html,css,scss}]
indent_style = space
indent_size = 2

0 comments on commit 5327513

Please sign in to comment.