Tabs are not handled by columnWidthUTF8() (they are considered
non-printable) so require additional logic to handle.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks!
Going to add tabs to case-sensitivity and symlinks to my list of things that will haunt me forever...
clang-tools-extra/clangd/Format.cpp | ||
---|---|---|
126 | Comment "unprintable characters" or so? |
Comment "unprintable characters" or so?
(Maybe invert the condition for this purpose)