This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
⭐ Total Stars: 1 | |
➕ Total Commits: 629 | |
🔀 Total PRs: 8 | |
🚩 Total Issues: 4 | |
📦 Contributed to: 8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
🌞 Morning 39 commits █▊░░░░░░░░░░░░░░░░░░░ 8.6% | |
🌆 Daytime 145 commits ██████▋░░░░░░░░░░░░░░ 31.8% | |
🌃 Evening 148 commits ██████▊░░░░░░░░░░░░░░ 32.5% | |
🌙 Night 124 commits █████▋░░░░░░░░░░░░░░░ 27.2% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | |
" vim default setting | |
set ts=2 sw=2 | |
autocmd FileType python set ts=2 sw=2 et | |
autocmd FileType ruby set ts=2 sw=2 et | |
autocmd FileType vim set ts=2 sw=2 et | |
autocmd FileType json set ts=2 sw=2 et | |
autocmd FileType yaml set ts=2 sw=2 et | |
autocmd FileType sql set ts=2 sw=2 et | |
autocmd FileType markdown set ts=2 sw=2 et |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[color] | |
ui = auto | |
branch = auto | |
diff = auto | |
interactive = auto | |
status = auto | |
[user] | |
name = | |
email = | |
[i18n] |