+editorconfig so we all use the same tab conventions

This commit is contained in:
Brian Quistorff 2018-09-27 11:16:39 -07:00
Родитель 5caefd1c44
Коммит 0858ae731c
1 изменённых файлов: 10 добавлений и 0 удалений

10
.editorconfig Normal file
Просмотреть файл

@ -0,0 +1,10 @@
# EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs. http://EditorConfig.org
# top-most EditorConfig file
root = true
# 4 space indentation
[*.py]
indent_style = space
indent_size = 4
insert_final_newline = true