Module: CodeFormatter
- Defined in:
- lib/code_formatter/cli.rb,
lib/code_formatter/version.rb,
lib/code_formatter/environment.rb,
lib/code_formatter/initializer.rb,
lib/code_formatter/configuration.rb,
lib/code_formatter/formatters/formatter.rb,
lib/code_formatter/formatters/swift_lint_formatter.rb,
lib/code_formatter/formatters/clang_format_formatter.rb,
lib/code_formatter/formatters/swift_format_formatter.rb
Defined Under Namespace
Classes: CLI, ClangFormatFormatter, Configuration, Environment, Formatter, Initializer, SwiftFormatFormatter, SwiftLintFormatter
Constant Summary collapse
- VERSION =
'1.1.3'
- SAMPLE_CONFIG_DIR =
'./'
- SAMPLE_CONFIG_FILE =
'code_formatter.config'