mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
12 lines
463 B
Plaintext
12 lines
463 B
Plaintext
{
|
|
"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")
|
|
}
|
|
}
|