about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorThiago Jung Bauermann <bauermann@kolabnow.com>2022-06-10 12:51:43 -0300
committerEric Wong <e@80x24.org>2022-06-11 00:21:12 +0000
commit60848de2194f0c518bd660860e9458dd765d0a3e (patch)
tree17af4afbd21421beaa3e8d9a9690b108ae76d9d3
parent930d2dc63e04c652e3b64cc7f3b3a7d377637065 (diff)
downloadpublic-inbox-60848de2194f0c518bd660860e9458dd765d0a3e.tar.gz
This allows several editors to automatically use the correct settings when
editing public-inbox files.

[ew: add to MANIFEST, too]
-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