# 4 space indentation [*.py] indent_style = space indent_size = 4 # Tab indentation (no size specified) [*.js] indent_style = space indent_size = 4 # Indentation override for all JS under node_modules directory [node_modules/**.js] indent_style = space indent_size = 2