JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
add .editorconfig
[watch-my-terminal.git] / .editorconfig
diff --git a/.editorconfig b/.editorconfig
new file mode 100644 (file)
index 0000000..103cdc9
--- /dev/null
@@ -0,0 +1,9 @@
+; See http://editorconfig.org
+
+; top-most EditorConfig file
+root = true
+
+[*]
+end_of_line = lf
+insert_final_newline = true
+indent_style = tab