Add .editorconfig with tabs (#218)

This commit is contained in:
Jakob Botsch Nielsen 2016-07-13 12:31:28 +02:00 committed by GitHub
parent 7a88c13946
commit 76db7aa47b

8
.editorconfig Normal file
View File

@ -0,0 +1,8 @@
# editorconfig.org
# top-most EditorConfig file
root = true
[*]
indent_size = 4
indent_style = tab