mirror of
https://github.com/netbirdio/dex.git
synced 2026-05-22 18:43:53 -07:00
25 lines
327 B
INI
25 lines
327 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_size = 4
|
|
indent_style = space
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.go]
|
|
indent_style = tab
|
|
|
|
[*.proto]
|
|
indent_size = 2
|
|
|
|
[{Makefile,*.mk}]
|
|
indent_style = tab
|
|
|
|
[{config.yaml.dist,config.dev.yaml}]
|
|
indent_size = 2
|
|
|
|
[.golangci.yaml]
|
|
indent_size = 2
|