# editorconfig.org root = true [*.js] charset = utf-8 end_of_line = lf indent_style = tab insert_final_newline = true max_line_length = 80 trim_trailing_whitespace = true