about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--.editorconfig12
-rw-r--r--MANIFEST1
2 files changed, 13 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 00000000..665a80da
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,12 @@
+# EditorConfig configuration for public-inbox
+# https://EditorConfig.org
+
+# Top-most EditorConfig file
+root = true
+
+[*]
+end_of_line = lf
+insert_final_newline = true
+trim_trailing_whitespace = true
+charset = utf-8
+indent_style = tab
diff --git a/MANIFEST b/MANIFEST
index 46979908..ce2cf4a5 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,3 +1,4 @@
+.editorconfig
 .gitattributes
 .gitignore
 AUTHORS