From: Thiago Jung Bauermann Date: Fri, 10 Jun 2022 15:51:43 +0000 (-0300) Subject: Add EditorConfig file X-Git-Tag: v1.9.0~118 X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=commitdiff_plain;h=60848de2194f0c518bd660860e9458dd765d0a3e Add EditorConfig file This allows several editors to automatically use the correct settings when editing public-inbox files. [ew: add to MANIFEST, too] --- 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