dotfiles/.emacs.d/snippets/c++-mode/ltr

7 lines
119 B
Plaintext
Raw Normal View History

2017-12-21 17:29:29 +01:00
# -*- mode: snippet -*-
# name: transform
# key: ltr
# --
${1:container}.erase(0, $1.find_first_not_of(" \t\n\r"));
$0