mirror of
https://github.com/Dev-Wiki/git-repo.git
synced 2025-09-26 18:42:14 +08:00
set default file encoding to utf-8
There's no reason to support any other encoding in these files. This only affects the files themselves and not streams they open. Bug: https://crbug.com/gerrit/10418 Change-Id: I053cb40cd3666ce5c8a0689b9dd938f24ca765bf
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
# -*- coding:utf-8 -*-
|
||||
|
||||
import os
|
||||
import unittest
|
||||
|
||||
|
@@ -1,3 +1,4 @@
|
||||
# -*- coding:utf-8 -*-
|
||||
#
|
||||
# Copyright (C) 2015 The Android Open Source Project
|
||||
#
|
||||
|
Reference in New Issue
Block a user