use .editorconfig

This commit is contained in:
j 2019-01-24 18:36:20 +05:30
commit b4c6f2b4ac
47 changed files with 12 additions and 46 deletions

View file

@ -1,5 +1,4 @@
# -*- coding: utf-8 -*-
# vi:si:et:sw=4:sts=4:ts=4
import hashlib
import os

View file

@ -1,5 +1,4 @@
# -*- coding: utf-8 -*-
# vi:si:et:sw=4:sts=4:ts=4
from user.models import User

View file

@ -1,5 +1,4 @@
# -*- coding: utf-8 -*-
# vi:si:et:sw=4:sts=4:ts=4
from socketserver import ThreadingMixIn
from threading import Thread
import base64