This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
raylu
/
dotfiles
Seguir
1
Destacar
0
Fork
0
Ficheiros
Pull Requests
0
Árbore:
64642afeb2
Ramas
Etiquetas
benchling
clever
google
gridium
macos
main
mp
stripe
valdera
wsl
dotfiles
/
vim
/
plugin
/
editorconfig-core-py
/
main.py
main.py
99 B
Histórico
Raw
1
2
3
4
5
6
7
8
#!/usr/bin/env python
from editorconfig.main import main
if __name__ == "__main__":
main()