fiber/.editorconfig

23 lines
455 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
insert_final_newline = true
trim_trailing_whitespace = true
[*.go]
indent_style = tab
indent_size = 4
tab_width = 4
[Makefile]
indent_style = tab
[*.{yml,yaml,json,md}]
indent_style = space
indent_size = 2