aboutsummaryrefslogtreecommitdiff
path: root/emailing/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'emailing/.editorconfig')
-rw-r--r--emailing/.editorconfig16
1 files changed, 0 insertions, 16 deletions
diff --git a/emailing/.editorconfig b/emailing/.editorconfig
deleted file mode 100644
index 29a570e..0000000
--- a/emailing/.editorconfig
+++ /dev/null
@@ -1,16 +0,0 @@
1# EditorConfig is awesome: https://EditorConfig.org
2
3# top-most EditorConfig file
4root = true
5
6[*]
7indent_style = space
8indent_size = 2
9end_of_line = lf
10charset = utf-8
11trim_trailing_whitespace = true
12insert_final_newline = true
13
14[*.sh]
15indent_style = tab
16indent_size = 4