Minor editorconfig changes + new gpg key

This commit is contained in:
2024-04-22 15:27:31 +02:00
parent 4818228ebd
commit 2e9e6dc76f
2 changed files with 27 additions and 4 deletions

View File

@@ -6,3 +6,26 @@ indent_style = tab
end_of_line = lf end_of_line = lf
insert_final_newline = true insert_final_newline = true
trim_trailing_whitespace = true trim_trailing_whitespace = true
# Matches multiple files with brace expansion notation
# Set default charset
[*.{js,py}]
charset = utf-8
[*.{c,h}pp]
indent_style = space
indent_size = 2
# 4 space indentation
[*.py]
indent_style = space
indent_size = 4
# Tab indentation (no size specified)
[Makefile]
indent_style = tab
# Matches the exact files either package.json or .travis.yml
[{package.json,.travis.yml}]
indent_style = space
indent_size = 2

View File

@@ -250,7 +250,7 @@
[user] [user]
name = VectorKappa name = VectorKappa
email = piotrpatalong@gmail.com email = piotrpatalong@gmail.com
signingkey = 0917E6568B3A9A02 signingkey = 32DCE8467E7FBD4F
[mergetool] [mergetool]
keepBackup = true keepBackup = true
[init] [init]