Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

magi-sche-org/protocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

format

install clang-format (for mac user)

$ brew install clang-format

then run

$ find . -name "*.proto" | xargs clang-format -i

if you are using VSCode, you can install the extension clang-format and add the following configuration to your settings.json

    "[proto3]": {
        "editor.defaultFormatter": "xaver.clang-format"
    },

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published