Files
httools/.editorconfig
karasz 1451acff6e Initial commit
Signed-off-by: Nagy Károly Gábriel <k@jpi.io>
2023-09-14 11:56:27 +03:00

13 lines
179 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