isl-api/.editorconfig

11 lines
139 B
INI
Raw Normal View History

2024-01-26 17:11:42 -05:00
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.go]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true