# This file is for unifying the coding style for different editors and IDEs. # More information at http://EditorConfig.org # No .editorconfig files above the root directory root = true [*] charset = utf-8 end_of_line = lf indent_style = tab indent_size = 4 trim_trailing_whitespace = true insert_final_newline = false [*.js] insert_final_newline = true [*.ts] insert_final_newline = true