1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-22 22:43:54 +00:00
fiber/.github/.editorconfig
2020-02-11 04:47:09 +01:00

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