See #733. Remove dfmt from being default beautifier for D language

This commit is contained in:
Glavin Wiechert 2016-02-21 17:23:02 -04:00
parent 1b54040540
commit aedf6adfba
2 changed files with 6 additions and 9 deletions

View File

@ -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 !");
}
} }

View File

@ -17,7 +17,7 @@ module.exports = {
"d" "d"
] ]
defaultBeautifier: "dfmt" defaultBeautifier: "Uncrustify"
options: options:
configPath: configPath: