sp-rand: add an EditorConfig definitions file.

Change-Id: Ia25d2e52d536ab4e90c0e76f064cff88cafdb8a5
diff --git a/tools/sp-rand/.editorconfig b/tools/sp-rand/.editorconfig
new file mode 100644
index 0000000..4f290cc
--- /dev/null
+++ b/tools/sp-rand/.editorconfig
@@ -0,0 +1,24 @@
+# https://editorconfig.org/
+
+root = true
+
+[*]
+end_of_line = lf
+insert_final_newline = true
+charset = utf-8
+
+[*.py]
+indent_style = space
+indent_size = 4
+
+[*.sh]
+indent_style = tab
+tab_size = 8
+
+[setup.cfg]
+indent_style = space
+indent_size = 4
+
+[tox.ini]
+indent_style = space
+indent_size = 2