about summary refs log tree commit homepage
path: root/.editorconfig
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 /.editorconfig
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]
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig12
1 files changed, 12 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