getpsrc/.editorconfig

13 lines
237 B
INI
Raw Normal View History

# Editor configuration, see http://editorconfig.org
2021-06-14 07:53:26 +00:00
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
2021-06-14 07:53:26 +00:00
insert_final_newline = false
trim_trailing_whitespace = true
2021-06-14 07:53:26 +00:00
[{Makefile,*.go}]
2021-06-14 07:53:26 +00:00
indent_style = tab