Create .editorconfig

This commit is contained in:
syyong.x 2018-11-14 19:57:22 +08:00 committed by GitHub
parent 23de6197f9
commit 0c835ebdce
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