diff options
author | Adam Scarr <adam@vektah.net> | 2017-08-06 14:31:35 +1000 |
---|---|---|
committer | Adam Scarr <adam@vektah.net> | 2017-08-06 14:31:35 +1000 |
commit | 68cde88125e1f016c5706ca8d0b3db6ba06624a2 (patch) | |
tree | cdd2de679892179f537b22ab05bfe3820dc7b4bf /.editorconfig |
Initial commit
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..eef10cc --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +trim_trailing_whitespace = true + +[*.go] +indent_style = tab +indent_size = 4
\ No newline at end of file |