mirror of
https://github.com/GyulyVGC/sniffnet.git
synced 2026-08-04 14:51:37 +00:00
ignore pdf files in .editorconfig
This commit is contained in:
parent
041f8c4edc
commit
9aabc040d6
1 changed files with 9 additions and 1 deletions
|
|
@ -18,4 +18,12 @@ indent_size = 0
|
|||
indent_size = 2
|
||||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue