diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2020-12-29 00:44:19 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2020-12-29 00:44:19 +0100 |
| commit | d4728e6972882e09ead61214367a35c5c6feafef (patch) | |
| tree | 59106b2fb5e18519e8f415ec0716528340734558 /emailing/.editorconfig | |
| parent | da6a25065b6e300527a392ff66c74bbeb90ba192 (diff) | |
| download | mitjafelicijan.com-d4728e6972882e09ead61214367a35c5c6feafef.tar.gz | |
Added newsletter
Diffstat (limited to 'emailing/.editorconfig')
| -rw-r--r-- | emailing/.editorconfig | 16 |
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 | ||
| 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 | ||
