; EditorConfig file format for defining coding styles ; enabling editors to adhere to the project defined style. ; Visit http://EditorConfig.org for more details. root = true ; All JavaScript files should use spaces unless specified otherwise [**.js] indent_style = space indent_size = 4 end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true