issues Search Results · repo:angular/clang-format language:Python
Filter by
58 results
(79 ms)58 results
inangular/clang-format (press backspace or delete to remove)When I change ColumnLimit from 0 to 120, it results in changes like the following.
image
This is kind of gross looking and I d like to avoid it, while still enforcing changes when the code is longer ...
ReenigneArcher
- Opened on Jun 1, 2024
- #84
I would like to use the clang-format config LineEnding introduced in v16, however v1.8.0 comes with clang-format v15. Is
there a chance to upgrade to use clang-format v16?
fs-eire
- 4
- Opened on Oct 4, 2023
- #82
It s not possible to adjust the position of braces when there is a multiple lines initialization list.
For example, in a code bases with Allman-like braces placement style. This
std::vector Bar foo ...
alejandroclaro
- 2
- Opened on Apr 7, 2023
- #81
I m using an Arm Mac and trying to use this package inside of a Linux container and getting the following error message:
Error: This module doesn t bundle the clang-format executable for your platform. ...
elle-j
- 5
- Opened on Apr 5, 2023
- #80
Hi. Would you be willing to update the clang binaries hosted in the npm package to fix
https://github.com/llvm/llvm-project/issues/56797 ? Thanks in advance!
mattsoulanille
- 3
- Opened on Nov 30, 2022
- #79
@mprobst the v1.7.0 mac executables are arm64:
mike@osxvm:~/work/Invertase/react-native-google-mobile-ads (@mikehardy/dependency-updates *) % cat node_modules/clang-format/package.json |grep version
...
mikehardy
- 3
- Opened on Apr 27, 2022
- #78
This has two competing lock files. Which one is the one to use? README seems to suggest that it s yarn.lock but it s 3
months older than the package-lock.json, so that suggests that maybe the package-lock.json ...
Trott
- 3
- Opened on Apr 9, 2022
- #75
When running clang format on JavaScript sentences:
let myVar; myVar ||= 2;
clang-format transforms it to
let myVar; myVar || = 2;
It seems it doesn t understand the logical or assignemt from js
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Logical_OR_assignment ...
juanpablius
- 2
- Opened on Dec 3, 2021
- #73
The latest version of this npm package clang-format 1.4.0 comes with clang-format version 11.
Since then, Clang 12 has been released. It would be nice to have a new version of clang-format that gives ...
benny-medflyt
- 8
- Opened on Sep 17, 2020
- #68
could someone let me know how you ve previously updated the bins on here so i can pr an update? they haven t been
updated in a long time and now have a few problems with later js syntax (e.g. null coalesce). ...
43081j
- 2
- Opened on Jan 26, 2020
- #67

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.