diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2021-03-16 13:36:26 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2021-03-16 16:32:45 -0300 |
commit | 8f3ce333e7a1abfc6bf0488817d9eff4a2fd443f (patch) | |
tree | f05d1a49995341a56e602ce2a3256b89372e9d04 /.editorconfig | |
parent | 2b56388e76952be52d849415b1ebae74b6dc4607 (diff) | |
download | luarocks-8f3ce333e7a1abfc6bf0488817d9eff4a2fd443f.tar.gz luarocks-8f3ce333e7a1abfc6bf0488817d9eff4a2fd443f.tar.bz2 luarocks-8f3ce333e7a1abfc6bf0488817d9eff4a2fd443f.zip |
editorconfig: trim trailing whitespace
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 4a191367..dc5519a7 100644 --- a/.editorconfig +++ b/.editorconfig | |||
@@ -1,6 +1,8 @@ | |||
1 | root = true | 1 | root = true |
2 | 2 | ||
3 | [*] | 3 | [*] |
4 | insert_final_newline = true | ||
5 | trim_trailing_whitespace = true | ||
4 | end_of_line = lf | 6 | end_of_line = lf |
5 | charset = utf-8 | 7 | charset = utf-8 |
6 | 8 | ||