summaryrefslogtreecommitdiff
path: root/c++-mode/ltr
blob: fd0d7d34bcbfad9534af84624cbfa12fc9c01bb1 (plain)
1
2
3
4
5
6
7
# -*- mode: snippet -*-
# name: transform
# key: ltr
# contributor: Tommy BENNETT and Ludwig PACIFICI <ludwig@lud.cc>
# --
${1:container}.erase(0, $1.find_first_not_of(" \t\n\r"));
$0