From: Nathan Youngman <4566+nathany@users.noreply.github.com> Date: Sat, 5 Oct 2019 23:12:25 +0000 (-0600) Subject: revise editor config X-Git-Tag: v1.7.2~156 X-Git-Url: https://go.fuhry.dev/?a=commitdiff_plain;h=ecf2c4d44142daee3afd723971195dd436ea3312;p=fsnotify.git revise editor config tabs only for Go --- diff --git a/.editorconfig b/.editorconfig index ba49e3c..fad8958 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,5 +1,12 @@ root = true -[*] +[*.go] indent_style = tab indent_size = 4 +insert_final_newline = true + +[*.{yml,yaml}] +indent_style = space +indent_size = 2 +insert_final_newline = true +trim_trailing_whitespace = true