chore: reformat the code base using the clang-format 1.0.15.
This commit is contained in:
@ -9,11 +9,11 @@ var glob = require('glob');
|
||||
|
||||
export interface MultiCopyOptions {
|
||||
/** The path of the file to copy. */
|
||||
srcPath: string,
|
||||
srcPath: string;
|
||||
/** A list of glob patterns of folders to copy to, matched against the input tree. */
|
||||
targetPatterns: string[],
|
||||
targetPatterns: string[];
|
||||
/** List of glob patterns to *not* copy to, matched against the matches from `targetPatterns`. */
|
||||
exclude?: string[],
|
||||
exclude?: string[];
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user