user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* Re: [PATCH] Add EditorConfig file
  2022-06-11  0:37  7% ` Eric Wong
@ 2022-06-11  3:23  7%   ` Thiago Jung Bauermann
  0 siblings, 0 replies; 3+ results
From: Thiago Jung Bauermann @ 2022-06-11  3:23 UTC (permalink / raw)
  To: Eric Wong; +Cc: meta


Eric Wong <e@80x24.org> writes:

> Thanks, pushed.

Thank you!

> Also added the entry to MANIFEST (git ls-files >MANIFEST)
> to keep build/dist system happy.

Ah, I wasn't aware of that. Thank you for taking care of it.

-- 
Thanks
Thiago

^ permalink raw reply	[relevance 7%]

* Re: [PATCH] Add EditorConfig file
  2022-06-10 15:51  7% [PATCH] Add EditorConfig file Thiago Jung Bauermann
@ 2022-06-11  0:37  7% ` Eric Wong
  2022-06-11  3:23  7%   ` Thiago Jung Bauermann
  0 siblings, 1 reply; 3+ results
From: Eric Wong @ 2022-06-11  0:37 UTC (permalink / raw)
  To: Thiago Jung Bauermann; +Cc: meta

Thanks, pushed.   Also added the entry to MANIFEST (git ls-files >MANIFEST)
to keep build/dist system happy.

^ permalink raw reply	[relevance 7%]

* [PATCH] Add EditorConfig file
@ 2022-06-10 15:51  7% Thiago Jung Bauermann
  2022-06-11  0:37  7% ` Eric Wong
  0 siblings, 1 reply; 3+ results
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	[relevance 7%]

Results 1-3 of 3 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2022-06-10 15:51  7% [PATCH] Add EditorConfig file Thiago Jung Bauermann
2022-06-11  0:37  7% ` Eric Wong
2022-06-11  3:23  7%   ` Thiago Jung Bauermann

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

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).