This website works better with JavaScript
Home
Explore
Help
Sign In
raylu
/
dotfiles
Watch
1
Star
0
Fork
0
Files
Pull Requests
0
Tree:
85b5bb2332
Branches
Tags
benchling
clever
google
gridium
macos
main
mp
stripe
valdera
wsl
dotfiles
/
vim
/
plugin
/
editorconfig-core-py
/
main.py
main.py
99 B
History
Raw
1
2
3
4
5
6
7
8
#!/usr/bin/env python
from editorconfig.main import main
if __name__ == "__main__":
main()