Skip to content
View huigang39's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report huigang39

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
huigang39/README.md

Hi 👋, I'm huigang39 🙌

宇宙很大,生活更大。

Universe is big, live is bigger.

🏆 Profile Trophy

huigang39

🔨 Skills and Tools

📈 Github Statistics

        

Pinned Loading

  1. VSCode VSCode
    1
    {
    2
        // scm
    3
        "scm.defaultViewMode": "tree",
    4
        // remote
    5
        "remote.autoForwardPortsSource": "hybrid",
  2. Vim配置文件 Vim配置文件
    1
    syntax enable
    2
    
                  
    3
    filetype plugin on
    4
    
                  
    5
    set wrap
  3. UWP 允许回环 UWP 允许回环
    1
    foreach($app in $(Get-AppPackage).PackageFamilyName) { CheckNetIsolation.exe LoopbackExempt -a -n="$app" > $null }
  4. clang-format clang-format
    1
    ---
    2
    # 语言: None, Cpp, Java, JavaScript, ObjC, Proto, TableGen, TextProto
    3
    Language: Cpp
    4
    # BasedOnStyle:	LLVM
    5
    # 访问说明符(public、private等)的偏移