Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dirkvranckaert/AndroidDecompiler
/ setJavaStyle
Method
setJavaStyle
astyle/src/ASBeautifier.cpp:431–434 ·
view source on GitHub ↗
* set indentation style to Java. */
Source
from the content-addressed store, hash-verified
429
* set indentation style to Java.
430
*/
431
void ASBeautifier::setJavaStyle()
432
{
433
fileType = JAVA_TYPE;
434
}
435
436
/**
437
* set indentation style to C#.
Callers
2
formatFile
Method · 0.80
parseOption
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected