mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-04-27 22:40:25 +08:00
20 lines
248 B
INI
20 lines
248 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 2
|
|
tab_width = 2
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.{go}]
|
|
indent_style = tab
|
|
|
|
[go.*]
|
|
indent_style = tab
|
|
|
|
[Makefile]
|
|
indent_style = tab
|