cslant/blog-core

View on GitHub
.editorconfig

Summary

Maintainability
Test Coverage
; 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
insert_final_newline = true
indent_style = space
indent_size = 4

[*.md]
trim_trailing_whitespace = false

[*.yml]
indent_size = 2

[*.json]
indent_size = 2