Add .editorconfig for third-party editors. (#14286)

This commit is contained in:
Rob Nelson
2017-03-07 19:31:31 -08:00
committed by Probe1
parent 1531b4ec3b
commit 5d8017c34d

7
.editorconfig Normal file
View File

@@ -0,0 +1,7 @@
# http://editorconfig.org/
# Atom: Install the editorconfig addon.
root = True
[*.dm,*.dme]
indent_style = tab
indent_size = 2