mirror of
https://github.com/gofiber/fiber.git
synced 2025-02-22 22:43:54 +00:00
14 lines
210 B
INI
14 lines
210 B
INI
root = false
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 2
|
|
charset = utf-8
|
|
max_line_length = 100
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[{*.mod,*.sum,*.go}]
|
|
indent_style = tab
|
|
indent_size = 4
|