# https://EditorConfig.org # is this the topmost EditorConfig file? root = true [*] charset = utf-8 end_of_line = lf insert_final_newline = true trim_trailing_whitespaces = true [*.{js,ts}] indent_size = 4 indent_style = space max_line_length = 80 [*.{yml,yaml}] indent_size = 2 indent_style = space max_line_length = 80