mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
Allow mixed whitespace in C#, C++, and Java test sources
This commit is contained in:
11
cpp/ql/test/format.json
Normal file
11
cpp/ql/test/format.json
Normal file
@@ -0,0 +1,11 @@
|
||||
[
|
||||
{
|
||||
"pattern": [
|
||||
"**/*.c",
|
||||
"**/*.cpp",
|
||||
"**/*.h",
|
||||
"**/*.hpp"
|
||||
],
|
||||
"allowMixedTabsAndSpaces": true
|
||||
}
|
||||
]
|
||||
6
csharp/ql/test/format.json
Normal file
6
csharp/ql/test/format.json
Normal file
@@ -0,0 +1,6 @@
|
||||
[
|
||||
{
|
||||
"pattern": "**/*.cs",
|
||||
"allowMixedTabsAndSpaces": true
|
||||
}
|
||||
]
|
||||
6
java/ql/test/format.json
Normal file
6
java/ql/test/format.json
Normal file
@@ -0,0 +1,6 @@
|
||||
[
|
||||
{
|
||||
"pattern": "**/*.java",
|
||||
"allowMixedTabsAndSpaces": true
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user