# EditorConfig helps developers define and maintain consistent # coding styles between different editors and IDEs # Go to https://editorconfig.org/ to download the plugin for your editor. root = true [*] charset = utf-8 indent_style = space indent_size = 2 insert_final_newline = true trim_trailing_whitespace = true # Markdown files [*.md] trim_trailing_whitespace = false