This is an automated email from the ASF dual-hosted git repository.
rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-primate.git
The following commit(s) were added to refs/heads/master by this push:
new d01c511 editorconf: Remove CRLF editor config (#23)
d01c511 is described below
commit d01c511f5790eb2622a3e08eed83396eb0060a35
Author: Gregor Riepl <[email protected]>
AuthorDate: Wed Nov 20 11:05:51 2019 +0100
editorconf: Remove CRLF editor config (#23)
---
.editorconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.editorconfig b/.editorconfig
index 3e26fbb..6f77dff 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -1,6 +1,6 @@
[*]
charset=utf-8
-end_of_line=crlf
+end_of_line=lf
insert_final_newline=false
indent_style=space
indent_size=2