From 50fc82a82b4161f576c6304ca87469857bea1bce Mon Sep 17 00:00:00 2001 From: khai96_ Date: Thu, 18 Apr 2019 13:11:31 +0700 Subject: Create .editorconfig --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..889b72e --- /dev/null +++ b/.editorconfig @@ -0,0 +1,3 @@ +[*.rs] +indent_style = space +indent_size = 4 -- cgit v1.2.3