# EditorConfig is awesome: https://editorconfig.org/

# top-most EditorConfig file
root = true

[*.md]
trim_trailing_whitespace = false

[*.js]
trim_trailing_whitespace = true

[*]
indent_style = space
indent_size = 2
charset = utf-8
insert_final_newline = true
