Pete Dietl

Avatar
  • 活动总数 4
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 0
  • 订阅数 2
  • Pete Dietl 创建了一个帖子,

    C/C++ block comment format control

    I would like the ability to change the C/C++ block comment style from /* * This is * a comment. */to/* This is also a comment. */Specifically I would like knobs to control: Whether there...
  • Pete Dietl 创建了一个帖子,

    Automatically create a scope based on CMake target

    I have a repo/project with a layout like so:repo_root/ ├── board_a │   └── CMakeLists.txt ├── board_b │   └── CMakeLists.txt ├── board_c │   └── CMakeLists.txt ├── board_d │   └── CMakeLists.txt ├─...