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;
public auto func(string str)
{
import std.stdio;
writeln("Hello world !");
}
import std.stdio; writeln("Hello world !");
}
}

View File

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