mirror of
https://github.com/ivuorinen/a.git
synced 2026-01-26 03:24:07 +00:00
15 lines
195 B
INI
15 lines
195 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 2
|
|
insert_final_newline = true
|
|
max_line_length = 120
|
|
|
|
[*.go]
|
|
indent_style = tab
|
|
indent_width = 2
|
|
|
|
[{Makefile,go.mod,go.sum}]
|
|
indent_style = tab
|