mirror of
https://github.com/gofiber/fiber.git
synced 2025-02-06 11:02:01 +00:00
167a8b5e94
* golangci-lint: add and apply more stricter linting rules * github: drop security workflow now that we use gosec linter inside golangci-lint * github: use official golangci-lint CI linter * Add editorconfig and gitattributes file
9 lines
246 B
INI
9 lines
246 B
INI
; This file is for unifying the coding style for different editors and IDEs.
|
|
; More information at http://editorconfig.org
|
|
; This style originates from https://github.com/fewagency/best-practices
|
|
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|