ignore pdf files in .editorconfig

This commit is contained in:
Giuliano Bellini s294739
2023-11-29 10:41:47 +01:00
parent 041f8c4edc
commit 9aabc040d6

View File

@@ -19,3 +19,11 @@ indent_size = 2
[*.md]
trim_trailing_whitespace = false
[*.pdf]
charset = unset
end_of_line = unset
insert_final_newline = unset
indent_style = unset
indent_size = unset
trim_trailing_whitespace = unset