Add .editorconfig

Phillip Davis created

so I stop accidentally blowing it away

Change summary

.editorconfig | 5 +++++
1 file changed, 5 insertions(+)

Detailed changes

.editorconfig 🔗

@@ -0,0 +1,5 @@
+root = true
+
+[*]
+indent_style = tab
+tab_width = 4