mirror of
https://github.com/gofiber/fiber.git
synced 2025-02-23 09:04:23 +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
|