This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
raylu
/
dotfiles
Suivre
1
Voter
0
Fork
0
Fichiers
Pull Requests
0
Aborescence:
10d673031d
Branches
Tags
benchling
clever
google
gridium
macos
main
mp
stripe
valdera
wsl
dotfiles
/
vim
/
plugin
/
editorconfig-core-py
/
main.py
main.py
99 B
Historique
Raw
1
2
3
4
5
6
7
8
#!/usr/bin/env python
from editorconfig.main import main
if __name__ == "__main__":
main()