See #733. Remove dfmt from being default beautifier for D language
This commit is contained in:
parent
1b54040540
commit
aedf6adfba
|
@ -1,10 +1,7 @@
|
||||||
class Test
|
class Test {
|
||||||
|
private int member;
|
||||||
|
public auto func ( string str )
|
||||||
{
|
{
|
||||||
private int member;
|
import std.stdio; writeln("Hello world !");
|
||||||
public auto func(string str)
|
}
|
||||||
{
|
|
||||||
import std.stdio;
|
|
||||||
|
|
||||||
writeln("Hello world !");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,7 +17,7 @@ module.exports = {
|
||||||
"d"
|
"d"
|
||||||
]
|
]
|
||||||
|
|
||||||
defaultBeautifier: "dfmt"
|
defaultBeautifier: "Uncrustify"
|
||||||
|
|
||||||
options:
|
options:
|
||||||
configPath:
|
configPath:
|
||||||
|
|
Loading…
Reference in New Issue