init
This commit is contained in:
6
snippets/c++-mode/ltr
Normal file
6
snippets/c++-mode/ltr
Normal file
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: remove whitespace at beginning
|
||||
# key: ltr
|
||||
# --
|
||||
${1:container}.erase(0, $1.find_first_not_of(" \t\n\r"));
|
||||
$0
|
||||
Reference in New Issue
Block a user