Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions autofilename.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
// Whether or not AutoFileName should insert the width
// and height dimensions after inserting an image into
// an image tag
"afn_insert_dimensions": true,
"afn_insert_dimensions": "true",

// If afn_insert_dimensions is true, by default, AutoFileName
// will insert height="" than width="". Setting this to true
// will switch the order in which they are inserted.
"afn_insert_width_first": false
}
}