# top-most EditorConfig file root = true [*] insert_final_newline = true trim_trailing_whitespace = true # Set default charset [*.{js,json}] charset = utf-8 # 4 space indentation [*.{js,md,markdown}] indent_style = space indent_size = 4 [*.{json,yml}] indent_style = space indent_size = 2