unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
From: Thiago Jung Bauermann <bauermann@kolabnow.com>
To: meta@public-inbox.org
Cc: Thiago Jung Bauermann <bauermann@kolabnow.com>
Subject: [PATCH] Add EditorConfig file
Date: Fri, 10 Jun 2022 12:51:43 -0300	[thread overview]
Message-ID: <20220610155143.167765-1-bauermann@kolabnow.com> (raw)

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

             reply	other threads:[~2022-06-10 15:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-10 15:51 Thiago Jung Bauermann [this message]
2022-06-11  0:37 ` [PATCH] Add EditorConfig file Eric Wong
2022-06-11  3:23   ` Thiago Jung Bauermann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://public-inbox.org/README

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220610155143.167765-1-bauermann@kolabnow.com \
    --to=bauermann@kolabnow.com \
    --cc=meta@public-inbox.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).