diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-04-18 22:37:19 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-04-18 22:37:19 +0200 |
commit | a14ac986886ec14937dde967b8891f291696e5b0 (patch) | |
tree | 2b5272a46cf68ce9979b9b219674016d640c7515 /.editorconfig | |
parent | f3d3b16108e202f022868177ef1c9f8b67432037 (diff) | |
download | feed2imap-go-a14ac986886ec14937dde967b8891f291696e5b0.tar.gz feed2imap-go-a14ac986886ec14937dde967b8891f291696e5b0.tar.bz2 feed2imap-go-a14ac986886ec14937dde967b8891f291696e5b0.zip |
Add .editorconfig (so github renders nicer :))
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..d817a59 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +end_of_line = lf + +[*.go] +indent_style = tab +indent_size = 4
\ No newline at end of file |