diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2021-02-21 17:57:40 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2021-02-21 17:57:40 +0100 |
commit | 5ad87a4994e241b9d6b981659b7bd0ddf5f7ce31 (patch) | |
tree | 7efd40600ea8e9e640d6b7aba93a5ff3d4e11b48 /.editorconfig | |
parent | 48c40ede273bec2f53dd8164db46f902a0b527c8 (diff) | |
parent | 2df7f561b6a4977051499731740aae2138c9d001 (diff) | |
download | feed2imap-go-5ad87a4994e241b9d6b981659b7bd0ddf5f7ce31.tar.gz feed2imap-go-5ad87a4994e241b9d6b981659b7bd0ddf5f7ce31.tar.bz2 feed2imap-go-5ad87a4994e241b9d6b981659b7bd0ddf5f7ce31.zip |
Merge branch 'go-1.16'
Diffstat (limited to '')
-rw-r--r-- | .editorconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index 03f964f..0111a8e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,4 +9,5 @@ indent_size = 4 [*.tpl] indent_style = space -indent_size = 2
\ No newline at end of file +indent_size = 2 +end_of_line = crlf
\ No newline at end of file |