3
0
Denis Arh 95e9bfda2a Fix discovery server build issues
Rename "aux" to "extra" due to:
> "aux" disallowed as path element component on Windows
2022-11-23 12:31:01 +01:00

16 lines
237 B
INI

# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.go]
indent_size = 2
# Tab indentation (no size specified)
[Makefile]
indent_style = tab