diff options
author | khai96_ <hvksmr1996@gmail.com> | 2019-04-18 06:11:31 +0000 |
---|---|---|
committer | khai96_ <hvksmr1996@gmail.com> | 2019-04-18 06:11:31 +0000 |
commit | 50fc82a82b4161f576c6304ca87469857bea1bce (patch) | |
tree | bc6e7b5a2959c7da5c13161ea35514a384bf3a36 | |
parent | Merge pull request #71 from boastful-squirrel/fix70 (diff) | |
download | miniserve-50fc82a82b4161f576c6304ca87469857bea1bce.tar.gz miniserve-50fc82a82b4161f576c6304ca87469857bea1bce.zip |
Create .editorconfig
-rw-r--r-- | .editorconfig | 3 |
1 files changed, 3 insertions, 0 deletions
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 |