Files
warewulf/.editorconfig
Ian Kaneshiro 846b45524c Tidy up
- Ran goimports to format code and imports
- Removed unused module from go.mod
- Added .editorconfig to keep formatting standard across contributors
2021-02-16 11:54:12 -08:00

17 lines
191 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.go]
indent_style = space
indent_size = 4
[Makefile]
indent_style = tab
[*.{yaml,yml}]
indent_style = space
indent_size = 2