Skip to content
View anreton's full-sized avatar
  • Cheboksary, Russia

Block or report anreton

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Anreton.RabbitMq Anreton.RabbitMq Public

    Extensions for RabbitMq.

    C#

  2. .editorconfig .editorconfig
    1
    # Remove the line below if you want to inherit .editorconfig settings from higher directories
    2
    root = true
    3
     
    4
    # C# files
    5
    [*.cs]
  3. stylecop.json stylecop.json
    1
    {
    2
    "$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
    3
    "settings": {
    4
    "documentationRules": {
    5
    "companyName": "Anton Egorov (anreton@gmail.com)",
  4. Git: Log Style Git: Log Style
    1
    git config --global alias.hist "log --graph --date=format:'%Y-%m-%d %H:%M:%S' --pretty=format:'%C(red)%h%Creset%C(yellow)%d%Creset %C(white)%s%Creset %C(green)(%ad, %cr)%Creset %C(magenta)<%an - %ae>%Creset'"