Files
jpictl/.editorconfig
amery ee1d22e994 Initial commit
Signed-off-by: Alejandro Mery <amery@jpi.io>
2023-08-21 17:19:04 +00:00

14 lines
180 B
INI

# http://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.go]
indent_style = tab
indent_size = 4