Create .editorconfig

This commit is contained in:
heibaiying 2019-07-31 14:49:11 +08:00 committed by GitHub
parent 9b6e7b58e0
commit 2262db36d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

7
.editorconfig Normal file
View File

@ -0,0 +1,7 @@
# top-most EditorConfig file
root = true
# all files
[*]
indent_style = tab
indent_size = 4