all repos

gopher.nvim @ ebb10e9b90da48772ed4145b7558c496f5defa82

Minimalistic plugin for Go development
1 files changed, 2 insertions(+), 5 deletions(-)
reformat .editorconfig config
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-02-11 17:49:13 +0200
Parent: cdb1cd0
M .editorconfig

@@ -5,13 +5,10 @@ indent_style = space

indent_size = 4 end_of_line = lf insert_final_newline = true -trim_trailing_whitespace=true +trim_trailing_whitespace = true charset = utf-8 -[*.{lua,vim}] -indent_size = 2 - -[*.{md,yml,yaml,toml}] +[*.{md,yml,yaml,toml,lua,vim}] indent_size = 2 [*.go]