mirror of
https://github.com/gvsurenderreddy/zero
synced 2025-09-26 17:31:16 +08:00
18 lines
294 B
INI
18 lines
294 B
INI
root = true
|
|
|
|
[*.{go}]
|
|
indent_style = tabs
|
|
indent_size = 2
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[{Makefile}]
|
|
indent_style = tabs
|
|
indent_size = 2
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|