mirror of
https://github.com/github/codeql.git
synced 2026-05-04 05:05:12 +02:00
Merge pull request #418 from dave-bartolomeo/dave/FormatConfig
Allow mixed whitespace in certain test and external directories
This commit is contained in:
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