# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org

# Top-most EditorConfig file
root = true

# Global file settings
[*]
#charset = utf-8
indent_style = space
indent_size = 4
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true

# Markdown file settings
[*.md]
trim_trailing_whitespace = false