Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Format config missing documentation for some options #134

Open
ddickstein opened this issue Aug 31, 2023 · 1 comment
Open

Format config missing documentation for some options #134

ddickstein opened this issue Aug 31, 2023 · 1 comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@ddickstein
Copy link

ddickstein commented Aug 31, 2023

The format config page is missing documentation for the following options:

  • align_chain_expr
  • align_continuous_inline_comment
  • align_continuous_line_space
  • align_continuous_similar_call_args
  • break_before_braces
  • keep_indents_on_empty_lines
  • line_space_around_block
  • table_separator_style
@CppCXY
Copy link
Owner

CppCXY commented Aug 31, 2023

maintaining up-to-date documentation is a challenging task, especially when I have multiple projects to maintain. However, the meaning of most of the options I provide can be understood from their names. In fact, you can refer to the tests, as they cover almost every option.
I also have plans to spend time writing documentation, but when I see that my repository has less than 100 stars, it demotivates me. So, I can only wait for a boring period of time to work on it again.

@CppCXY CppCXY added documentation Improvements or additions to documentation enhancement New feature or request labels Aug 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants