General Page
This page contains essential options for formatting your C++ statements and blocks in real-time as you type. You can also configure advanced settings like support for ClangFormat, giving you full control over your code's appearance.
C++ Formatting Options
To access the formatting options, simply navigate through our tool's settings. Here, you'll find options to adjust the behavior of the code editor, making it easier to customize how your C++ code is formatted.
ClangFormat Support
ClangFormat support is enabled by default in our C++ Formatter. Whether you prefer LLVM, Google, Chromium, Mozilla, or WebKit formatting styles, Jimni Nomics provides full flexibility. You can even create custom format rules using a .clang-format
file to maintain consistency across all your projects.
Manual or Automated Formatting
By default, the C++ Formatter automatically applies code formatting as you type. However, you can switch to manual formatting for more control by using commands such as Format Document (Ctrl+K, Ctrl+D) or Format Selection (Ctrl+K, Ctrl+F). Choose what works best for your workflow.
Indentation, New Lines, and Spacing
Our tool gives you the freedom to adjust various code layout preferences such as indentation, new lines, spacing, and text wrapping. These settings can be customized to match your coding standards, ensuring your code remains organized and easy to read.