BaseTools: Clean up source files
1. Do not use tab characters 2. No trailing white space in one line 3. All files must end with CRLF Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao <liming.gao@intel.com> Cc: Yonghong Zhu <yonghong.zhu@intel.com> Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
This commit is contained in:
@ -215,7 +215,7 @@ class Configuration(object):
|
||||
self.HeaderCheckCFileCommentReferenceFormat = 1
|
||||
# Check whether C File header Comment have the License immediately after the ""Copyright"" line
|
||||
self.HeaderCheckCFileCommentLicenseFormat = 1
|
||||
|
||||
|
||||
## C Function Layout Checking
|
||||
self.CFunctionLayoutCheckAll = 0
|
||||
|
||||
@ -352,7 +352,7 @@ class Configuration(object):
|
||||
self.MetaDataFileCheckModuleFilePpiFormat = 1
|
||||
# Check Pcd Format in INF files
|
||||
self.MetaDataFileCheckModuleFilePcdFormat = 1
|
||||
|
||||
|
||||
# Check UNI file
|
||||
self.UniCheckAll = 0
|
||||
# Check INF or DEC file whether defined the localized information in the associated UNI file.
|
||||
@ -374,16 +374,16 @@ class Configuration(object):
|
||||
|
||||
# The directory listed here will not be parsed, split with ','
|
||||
self.SkipDirList = []
|
||||
|
||||
|
||||
# The file listed here will not be parsed, split with ','
|
||||
self.SkipFileList = []
|
||||
|
||||
# A list for binary file ext name
|
||||
self.BinaryExtList = []
|
||||
|
||||
|
||||
# A list for only scanned folders
|
||||
self.ScanOnlyDirList = []
|
||||
|
||||
|
||||
# A list for Copyright format
|
||||
self.Copyright = []
|
||||
|
||||
|
Reference in New Issue
Block a user