aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.editorconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..7fa0940
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,10 @@
+# Top-most EditorConfig file
+root = true
+
+# Apply to all file types
+[*]
+end_of_line = lf
+charset = utf-8
+indent_style = tabs
+indent_size = 4
+rulers = 80