Configure editor for CSV files

This commit is contained in:
Krzysztof Sikorski 2024-02-01 23:43:02 +01:00
parent 25ad8333a3
commit 9072564e1d
Signed by: krzysztof-sikorski
GPG Key ID: 4EB564BD08FE8476
1 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,11 @@ max_line_length = 80
[*.css]
max_line_length = 120
[*.csv]
indent_style = unset
indent_size = unset
max_line_length = unset
[{*.html,*.html.twig}]
max_line_length = 120