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

Block or report anreton

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
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'"