{
    "indent_size": 4,
    "indent_char": " ",
    "css": {
        "indent_size": 2
    },
    "beautify.language": {
        "js": {
            "type": ["javascript", "json"],
            "filename": [".jshintrc", ".jsbeautifyrc"],
            "ext": ["js", "json"]

        },
        "css": ["css", "scss"],
        "html": ["htm", "html"]
    }
}
