github.com/gofiber/fiber/v2@v2.47.0/.editorconfig (about)

     1  ; This file is for unifying the coding style for different editors and IDEs.
     2  ; More information at http://editorconfig.org
     3  ; This style originates from https://github.com/fewagency/best-practices
     4  root = true
     5  
     6  [*]
     7  charset = utf-8
     8  end_of_line = lf