Skip to content

Commit

Permalink
.editorconfig: add c, h, key, ovpn
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Jul 31, 2020
1 parent 898edde commit 661949b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .editorconfig
Expand Up @@ -43,6 +43,14 @@ indent_style = space
# Disable file types or individual files
# some of these files may be auto-generated and/or require significant changes

[*.{c,h}]
insert_final_newline = unset
trim_trailing_whitespace = unset

[*.{key,ovpn}]
insert_final_newline = unset
end_of_line = unset

[*.lock]
indent_size = unset

Expand Down

0 comments on commit 661949b

Please sign in to comment.