# This file is for unifying the coding style for different editors and IDEs# editorconfig.orgroot = true[*]end_of_line = lfcharset = utf-8insert_final_newline = truetrim_trailing_whitespace = trueindent_style = spaceindent_size = 2[*.js]max_line_length = 80View