.editorconfig: add c, h, key, ovpn

gstqt5
zowoq 2020-07-31 17:31:15 +10:00
parent 898eddeffd
commit 661949ba62
1 changed files with 8 additions and 0 deletions

View File

@ -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