# editorconfig.org root = true # Javascript configuration [*.js] charset = utf-8 indent_style = space indent_size = 4 # Json configuration [*.json] charset = utf-8 indent_style = space indent_size = 2 # Markdown configuration [*.md] charset = utf-8 indent_style = space indent_size = 4