2022-08-05 14:31:36 +02:00
|
|
|
# https://editorconfig.org/
|
2022-01-20 21:04:15 +01:00
|
|
|
|
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
end_of_line = lf
|
|
|
|
insert_final_newline = true
|
|
|
|
charset = utf-8
|
|
|
|
|
|
|
|
[**.go]
|
|
|
|
indent_style = tab
|
2022-08-05 14:31:36 +02:00
|
|
|
max_line_length = 80
|
|
|
|
tab_width = 8
|
2022-01-20 21:04:15 +01:00
|
|
|
|
|
|
|
[Makefile]
|
|
|
|
indent_style = tab
|
|
|
|
|
|
|
|
[**.scd]
|
|
|
|
indent_style = tab
|