status-go/vendor/github.com/keighl/metabolize/.editorconfig

20 lines
321 B
INI
Raw Normal View History

root = true
; Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8
; Golang
[*.go]
indent_style = tab
indent_size = 4
; YAML
[*.{yaml,yml}]
indent_size = 2