unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
* [PATCH] Add EditorConfig file
@ 2022-06-10 15:51 Thiago Jung Bauermann
  2022-06-11  0:37 ` Eric Wong
  0 siblings, 1 reply; 3+ messages in thread
From: Thiago Jung Bauermann @ 2022-06-10 15:51 UTC (permalink / raw)
  To: meta; +Cc: Thiago Jung Bauermann

This allows several editors to automatically use the correct settings when
editing public-inbox files.
---
 .editorconfig | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 .editorconfig

diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 000000000000..665a80da81fb
--- /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

base-commit: 930d2dc63e04c652e3b64cc7f3b3a7d377637065

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-06-11  3:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-10 15:51 [PATCH] Add EditorConfig file Thiago Jung Bauermann
2022-06-11  0:37 ` Eric Wong
2022-06-11  3:23   ` Thiago Jung Bauermann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).