mirror of
https://github.com/github/codeql.git
synced 2026-05-04 21:25:44 +02:00
Allow mixed whitespace in parser tests
This commit is contained in:
10
javascript/extractor/format.json
Normal file
10
javascript/extractor/format.json
Normal file
@@ -0,0 +1,10 @@
|
||||
[
|
||||
{
|
||||
"pattern": [
|
||||
"lib/**/*.js",
|
||||
"parser-tests/**/*.js",
|
||||
"tests/**/*.js"
|
||||
],
|
||||
"allowMixedTabsAndSpaces": true
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user