Merge pull request #418 from dave-bartolomeo/dave/FormatConfig

Allow mixed whitespace in certain test and external directories
This commit is contained in:
Tom Hvitved
2018-11-12 09:43:39 +01:00
committed by GitHub
6 changed files with 45 additions and 6 deletions

6
java/ql/test/format.json Normal file
View File

@@ -0,0 +1,6 @@
[
{
"pattern": "**/*.java",
"allowMixedTabsAndSpaces": true
}
]