diff options
| author | Brayden Banks <bb010g@gmail.com> | 2017-06-06 09:45:44 -0700 |
|---|---|---|
| committer | Brayden Banks <bb010g@gmail.com> | 2017-06-06 09:51:02 -0700 |
| commit | a2dfd9750f056e9fdb6c2fd5184abf3086773015 (patch) | |
| tree | c76943789d6cf1b025b8d9fef4a8a3f977770763 | |
| parent | 591aade9361be61ff51764ad0ad23999706eb0c6 (diff) | |
EditorConfig: Don't enforce a specific line ending
| -rw-r--r-- | .editorconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index a2ef9da067..a42588d1a6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,7 +1,6 @@ root = true [*] -end_of_line = lf indent_size = 2 trim_trailing_whitespace = true |
