# Enable top-most EditorConfig file root = true # Markdown documents [*.md] charset = utf-8 end_of_line = lf indent_size = 2 indent_style = space insert_final_newline = true # JSON-based files [*.{json,code-workspace,!package*.json}] charset = utf-8 end_of_line = lf indent_size = 4 indent_style = space insert_final_newline = true # YAML-based files [*.{yml,yaml}] charset = utf-8 end_of_line = lf indent_size = 2 indent_style = space insert_final_newline = true # NPM manifests [package*.json] charset = utf-8 end_of_line = lf indent_size = 2 indent_style = space insert_final_newline = true # JavaScript sources [{src/*.js,*.mjs}] charset = utf-8 end_of_line = lf indent_size = 4 indent_style = space insert_final_newline = true