From a14ac986886ec14937dde967b8891f291696e5b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sat, 18 Apr 2020 22:37:19 +0200 Subject: Add .editorconfig (so github renders nicer :)) --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') 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 -- cgit v1.2.3