Class: ClangFormat
Defined in: | src/beautifiers/clang-format.coffee |
Inherits: | Beautifier |
Variables Summary
- name =
-
"clang-format"
- link =
-
"https://clang.llvm.org/docs/ClangFormat.html"
- options =
-
{ "C++": false, "C": false, "Objective-C": false }
Variable inherited from Beautifier
Promise name options languages beautify _envCache _envCacheDate _envCacheExpiry logger
Instance Method Summary
- # (void) dumpToFile(name = "atom-beautify-dump", contents = "") Dump contents to a given file
- # (void) beautify(text, language, options)
Inherited Method Summary
Methods inherited from
Beautifier
#deprecate #tempFile #readFile #findFile #getShellEnvironment #which #commandNotFoundError #run #spawn #setupLogger
Instance Method Details
#
(void)
dumpToFile(name = "atom-beautify-dump", contents = "")
Dump contents to a given file
#
(void)
beautify(text, language, options)