You've already forked testing-go-code-with-postgres
mirror of
https://github.com/xorcare/testing-go-code-with-postgres.git
synced 2025-06-30 23:23:40 +02:00
17 lines
209 B
INI
17 lines
209 B
INI
![]() |
root = true
|
||
|
|
||
|
[*]
|
||
|
charset = utf-8
|
||
|
end_of_line = lf
|
||
|
indent_size = 2
|
||
|
indent_style = space
|
||
|
insert_final_newline = true
|
||
|
max_line_length = 100
|
||
|
tab_width = 4
|
||
|
|
||
|
[Makefile]
|
||
|
indent_style = tab
|
||
|
|
||
|
[*.go]
|
||
|
indent_style = tab
|