From 9fa7b7b4f10c66718aae90066e8d518214896ebf Mon Sep 17 00:00:00 2001 From: Camilo Aguilar Date: Tue, 4 Jul 2017 14:21:24 -0400 Subject: [PATCH] Help Github with code formatting --- .editorconfig | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index f6524d8..fb24b36 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,11 +4,15 @@ root = true [*] end_of_line = lf insert_final_newline = true +trim_trailing_whitespace = true charset = utf-8 +; Go +[*.go] +indent_style = tab +indent_size = 4 + ; YAML [*.yaml] indent_style = space indent_size = 2 -trim_trailing_whitespace = true -insert_final_newline = true