# This file is for unifying the coding style for various code editors and IDEs. # Make sure to have an editorconfig plug-in installed in your editor to have # the editor use this file. # Sets this config file to be the top-most one. root = true [*] charset = utf-8 end_of_line = lf indent_style = space indent_size = 2 insert_final_newline = true trim_trailing_whitespace = true [*.md] trim_trailing_whitespace = false