monolito_djanco_poonto/node_modules/pdf-parse/.jsbeautifyrc
2025-02-25 13:26:08 -03:00

18 lines
354 B
Plaintext

{
"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"]
}
}