Skip to content
Snippets Groups Projects
.editorconfig 119 B
Newer Older
Dean's avatar
Dean committed
root = true

[*]
end_of_line = lf
insert_final_newline = true

[*.go]
indent_style = tab
indent_size = 8
tab_width = 8