.editorconfig
; This is the top-most EditorConfig file, which is not inherited by any other files.
; This file is used for unify the coding style for different editors and IDEs.
; More information at https://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
[*.md]
trim_trailing_whitespace = false
[*.yml]
indent_style = space
[*.json]
indent_style = space
indent_size = 2