Skip to content

Commit

Permalink
Update editorconfig #14421
Browse files Browse the repository at this point in the history
* upstream/pr/14421:
  Switching max_line_length to off
  Update editorconfig
  • Loading branch information
Ivan Klimchuk committed Mar 1, 2019
2 parents d47f071 + 9304d1e commit 2643db3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# https://editorconfig.org
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
tab_width = 4
max_line_length = off

[**.js]
tab_width = 4
Expand All @@ -24,3 +27,7 @@ tab_width = 4

[**php]
tab_width = 4

[*.md]
max_line_length = off
trim_trailing_whitespace = false

0 comments on commit 2643db3

Please sign in to comment.