{
    "css": {
      "allowed_file_extensions": ["css", "scss", "sass", "less"],
      "end_with_newline": false, // End output with newline
      "indent_char": " ", // Indentation character
      "indent_size": 4, // Indentation size
      "newline_between_rules": true, // Add a new line after every css rule
      "selector_separator": " ",
      "selector_separator_newline": true // Separate selectors with newline or not (e.g. "a,\nbr" or "a, br")
    }
}