Skip to content

Commit

Permalink
ignore pdf files in .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
GyulyVGC committed Nov 29, 2023
1 parent 041f8c4 commit 9aabc04
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9aabc04

Please sign in to comment.