diff options
| author | Victor Uriarte <victor.m.uriarte@intel.com> | 2016-12-22 22:18:58 -0700 |
|---|---|---|
| committer | Victor Uriarte <victor.m.uriarte@intel.com> | 2016-12-22 22:32:31 -0700 |
| commit | 1462a2bc0fbca42877d66b1df48307e39c328caa (patch) | |
| tree | e1485eb19e210f11db2b756fd23206c87e8a2d0c | |
| parent | 662519b31dff9e6f28e7d61854a589075990ac56 (diff) | |
| download | sqlparse-1462a2bc0fbca42877d66b1df48307e39c328caa.tar.gz | |
Update editorconfig
Make Linux friendly
| -rw-r--r-- | .editorconfig | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.editorconfig b/.editorconfig index 6fa8b7b..ca1e615 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,7 +5,7 @@ root = true [*] indent_style = space indent_size = 4 -end_of_line = crlf +end_of_line = lf charset = utf-8 insert_final_newline = true trim_trailing_whitespace = true @@ -18,6 +18,3 @@ trim_trailing_whitespace = true [{Makefile,*.bat}] indent_style = tab - -[*.md] -trim_trailing_whitespace = false |
