diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2020-12-25 04:43:33 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2020-12-25 04:43:33 +0100 |
| commit | c804725c15813e17dfc36ab4e932621948e7d262 (patch) | |
| tree | 135cfbd20a90fcc005605a102f177f4180d1b7ab /emailing/.editorconfig | |
| parent | e88e83d8be2284d07c71a274e0b4f1665032502b (diff) | |
| download | mitjafelicijan.com-c804725c15813e17dfc36ab4e932621948e7d262.tar.gz | |
Added 52 week mailing and scripts
Diffstat (limited to 'emailing/.editorconfig')
| -rw-r--r-- | emailing/.editorconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/emailing/.editorconfig b/emailing/.editorconfig new file mode 100644 index 0000000..29a570e --- /dev/null +++ b/emailing/.editorconfig | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | # EditorConfig is awesome: https://EditorConfig.org | ||
| 2 | |||
| 3 | # top-most EditorConfig file | ||
| 4 | root = true | ||
| 5 | |||
| 6 | [*] | ||
| 7 | indent_style = space | ||
| 8 | indent_size = 2 | ||
| 9 | end_of_line = lf | ||
| 10 | charset = utf-8 | ||
| 11 | trim_trailing_whitespace = true | ||
| 12 | insert_final_newline = true | ||
| 13 | |||
| 14 | [*.sh] | ||
| 15 | indent_style = tab | ||
| 16 | indent_size = 4 | ||
