gotry/.editorconfig
2021-10-01 17:17:34 +02:00

15 lines
230 B
INI

[*]
charset = utf-8
indent_style = space
indent_size = 4
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 79
[*.go]
indent_style = tab
[*.{json,md,rst,ini,yml,yaml}]
indent_size = 2