From c804725c15813e17dfc36ab4e932621948e7d262 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 25 Dec 2020 04:43:33 +0100 Subject: Added 52 week mailing and scripts --- emailing/.editorconfig | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 emailing/.editorconfig (limited to 'emailing/.editorconfig') diff --git a/emailing/.editorconfig b/emailing/.editorconfig new file mode 100644 index 0000000..29a570e --- /dev/null +++ b/emailing/.editorconfig @@ -0,0 +1,16 @@ +# EditorConfig is awesome: https://EditorConfig.org + +# top-most EditorConfig file +root = true + +[*] +indent_style = space +indent_size = 2 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.sh] +indent_style = tab +indent_size = 4 -- cgit v1.2.3