Skip to content
View zawupf's full-sized avatar
🥑
🥑
  • Germany
  • 20:55 (UTC +02:00)
  • X @zawupf
Block or Report

Block or report zawupf

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

    Advent of code

    F#

  2. azure-k8s-tf azure-k8s-tf Public

    AKS handling with Terraform

    HCL 1

  3. electron-next electron-next Public

    Forked from leo/electron-next

    Build Electron apps using Next.js

    JavaScript

  4. formatting clang-format editorconfig... formatting clang-format editorconfig prettier
    1
    BasedOnStyle: LLVM
    2
    ColumnLimit: 80
    3
    IndentWidth: 2
    4
    AlignAfterOpenBracket: Align
    5
    BinPackParameters: false
  5. tsconfig.json for validation in vscode tsconfig.json for validation in vscode
    1
    {
    2
        "compileOnSave": false,
    3
        "compilerOptions": {
    4
            "allowJs": true,
    5
            "allowSyntheticDefaultImports": true,