20 lines
321 B
INI
20 lines
321 B
INI
root = true
|
|
|
|
; Unix-style newlines with a newline ending every file
|
|
[*]
|
|
end_of_line = lf
|
|
indent_size = 4
|
|
indent_style = space
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
charset = utf-8
|
|
|
|
; Golang
|
|
[*.go]
|
|
indent_style = tab
|
|
indent_size = 4
|
|
|
|
; YAML
|
|
[*.{yaml,yml}]
|
|
indent_size = 2 |