Skip to content

Instantly share code, notes, and snippets.

View klimesf's full-sized avatar

Filip Klimes klimesf

View GitHub Profile
<?php
function isLegendikLazy()
{
return TRUE;
}
@fprochazka
fprochazka / .gitconfig
Last active June 7, 2024 13:06
.gitconfig
[user]
name = Filip Procházka
email = filip@prochazka.su
signingkey = *PG KEY*
[init]
defaultBranch = master
[core]
whitespace = fix,-indent-with-non-tab,space-before-tab,trailing-space,cr-at-eol