unseal/.editorconfig

6 lines
102 B
INI
Raw Normal View History

2024-03-05 07:20:27 -07:00
[*.go]
indent_style = tab
indent_size = 8
trim_trailing_whitespace = true
insert_final_newline = true