.editorconfig
# EditorConfig is awesome: http://EditorConfig.org # top-most EditorConfig fileroot = true [*]charset = utf-8#indentationindent_style = spaceindent_size = 2#line breaksend_of_line = lf#whitespaceinsert_final_newline = truetrim_trailing_whitespace = true [*.md]indent_size = 4trim_trailing_whitespace = false