Pete Dietl

Avatar
  • Total activity 4
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 2
  • Pete Dietl created a post,

    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 created a post,

    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 ├─...