mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-04 23:40:32 +00:00
Don't format JS with djlint
This commit is contained in:
parent
6a7d9f424f
commit
bdc9a010ee
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@
|
||||||
"max_line_length": "120",
|
"max_line_length": "120",
|
||||||
"use_gitignore": true,
|
"use_gitignore": true,
|
||||||
"preserve_blank_lines": true,
|
"preserve_blank_lines": true,
|
||||||
"format_js": true,
|
"format_js": false,
|
||||||
"format_css": true
|
"format_css": true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue