CppCXY

Results 408 comments of CppCXY

不能, 该项目已经不会有我主动的功能更新了

同一行存在多个table field 会阻止对齐行为

我目前不会在这个项目上主动更新, 新的格式化内容了. 我主要精力在语言服务器的更新上

当前该项目并非处于积极维护的状态, 我的全部空余时间都在语言服务器项目上, 所以只能你自己尝试实现这个特性

All alignments are like this, and the formatting options interact with each other, even conflict with each other. I cannot consider all situations when formatting

From an implementation perspective, unless I can get a syntax tree that can be edited in real-time, further implementing formatting is very difficult. However, [my Rust library](https://crates.io/crates/emmylua_parser) can indeed get...

You are right, but I don't have time to work on this project anymore. It would be even better if you could submit a PR to fix it.

I think it's not very good for me to say it directly like this, but regarding the issue you raised, I've already mentioned that the first problem cannot be resolved....

Because I use std::size_t extensively as a data type, I treat 0 as the usual invalid value. Therefore, indentation usually cannot be set to 0