Merge pull request #109 from lucperkins/lperkins/editorconfig

Add editorconfig file
This commit is contained in:
Luc Perkins 2020-03-04 14:13:39 -08:00 committed by GitHub
commit d40497a95b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

15
.editorconfig Normal file
View File

@ -0,0 +1,15 @@
root = true
[*]
end_of_line = lf
[Makefile]
indent_style = tab
[*.{html,js,json,md,sass,yaml}]
indent_style = space
indent_size = 2
[*.py]
indent_style = space
indent_size = 4