# top-most EditorConfig file root = true # settings that apply to all text files [*] end_of_line = lf insert_final_newline = true charset = utf-8 [*.{js,json,css,scss,mustache,html}] indent_style = space indent_size = 2 trim_trailing_whitespace = true [*.md] indent_style = space indent_size = 4