mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
css-loader@4 broke @import statements referencing files with extensions other than .css, unless those @import statements are compiled away by another loader. Upstream is more interested in arguing that such @import statements are semantically incorrect than applying the one line fix. https://github.com/webpack-contrib/css-loader/issues/1164 Signed-off-by: Anders Kaseorg <anders@zulip.com>
25 lines
363 B
INI
25 lines
363 B
INI
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
indent_style = space
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.{sh,py,pyi,xml,css,hbs,html}]
|
|
indent_size = 4
|
|
|
|
[{*.{js,json,ts},check-openapi}]
|
|
indent_size = 4
|
|
max_line_length = 100
|
|
|
|
[*.{py,pyi}]
|
|
max_line_length = 110
|
|
|
|
[*.{svg,rb,pp,yaml,yml}]
|
|
indent_size = 2
|
|
|
|
[package.json]
|
|
indent_size = 2
|