8e66e55119
DRAFT PR: Prototype for serviceconfig * in progress * in progress * extract common methods * Merge remote-tracking branch 'origin/feature/serviceconfig' into feature/serviceconfig * fix types * cleanup * add tests * Merged main into feature/serviceconfig Approved-by: Michael McGuinness
29 lines
457 B
INI
29 lines
457 B
INI
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
trim_trailing_whitespace = true
|
|
max_line_length = 120
|
|
|
|
[{go.mod,go.sum,*.go}]
|
|
insert_final_newline = true
|
|
indent_size = tab
|
|
indent_style = tab
|
|
tab_width = 4
|
|
|
|
[Makefile]
|
|
max_line_length = off
|
|
insert_final_newline = true
|
|
indent_size = tab
|
|
indent_style = tab
|
|
tab_width = 4
|
|
|
|
[*.md]
|
|
max_line_length = off
|
|
trim_trailing_whitespace = false
|
|
indent_size = tab
|
|
indent_style = space
|
|
tab_width = 2
|
|
|
|
[.mailmap]
|
|
max_line_length = off
|