Skip to content
View louishuyng's full-sized avatar
Block or Report

Block or report louishuyng

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. dotfiles dotfiles Public

    Shell 11

  2. awesome-tech awesome-tech Public

    TypeScript 2

  3. sync-rpc-proto sync-rpc-proto Public

    Shell

  4. template-cli template-cli Public

    JavaScript 1

  5. Basic Vim Setup on Linux Basic Vim Setup on Linux
    1
    set tabstop=2 softtabstop=2 shiftwidth=2
    2
    set expandtab
    3
    set number ruler
    4
    set autoindent smartindent
    5
    syntax enable