# EditorConfig is awesome: http://EditorConfig.org # top-most EditorConfig file root = true [*] end_of_line = lf insert_final_newline = true charset = utf-8 indent_style = space # 2 space indentation [*.{json,js}] indent_size = 2 # 4 space indentation [*.ts] indent_size = 4