From 60848de2194f0c518bd660860e9458dd765d0a3e Mon Sep 17 00:00:00 2001 From: Thiago Jung Bauermann Date: Fri, 10 Jun 2022 12:51:43 -0300 Subject: [PATCH] Add EditorConfig file This allows several editors to automatically use the correct settings when editing public-inbox files. [ew: add to MANIFEST, too] --- .editorconfig | 12 ++++++++++++ MANIFEST | 1 + 2 files changed, 13 insertions(+) create mode 100644 .editorconfig 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 -- 2.44.0