Skip to content

Instantly share code, notes, and snippets.

@StefanoChiodino
Created December 6, 2022 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save StefanoChiodino/cadce17ba20ebab568902780474abcee to your computer and use it in GitHub Desktop.
Save StefanoChiodino/cadce17ba20ebab568902780474abcee to your computer and use it in GitHub Desktop.
// Add a "on edit" trigger.
function onEdit(e) {
e.range
.setFontSize(10)
.setFontFamily("Arial");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment